Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
March 2003
April 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > sqlserver server > august 2006 > threads for thursday august 24

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Multiple backup job schedules for one database to different devices
Posted by mike.brancato NO[at]SPAM acs-inc.com at 8/24/2006 11:24:49 PM
I want to know if it is possible to create backups on differnet schedules of the same database? And if not, if there some solution that can fit what I am trying to do? I want to backup more aggressively to a locally attached disk, and less aggressively to a network device. Specifically a vir...more >>

Blocks
Posted by Luis Tarzia at 8/24/2006 11:07:38 PM
Hello,Why an sp autoblock ???? If exec my sp and view the connections with sp_who i watch te id of my connection in the column blk of the result. Why succedes this ?? Thanks in advance. ...more >>

Restored SQL 6.5 but can only access locally - Need Help
Posted by Ted Hadley at 8/24/2006 7:11:30 PM
Pardon my long windedness, but I want to provide a full explanation. I have very limited (next to none) knowledge of SQL Server or NT / 2000 Server. We had a membership database stored on an SQL Server 6.5 on an NT system. We accessed it via a custom written Visual Basic program called Mem...more >>

locking a table for updates but not for selects
Posted by Avi at 8/24/2006 6:59:50 PM
How can I lock a table for updates and not for selects? Thanks, Avi ...more >>

Right click stored procedure - 'properties' option missing
Posted by iain NO[at]SPAM hipcricket.com at 8/24/2006 6:23:49 PM
Guys Bizarre...using SQL Server Management Studio Express...v 9.0.2047 logged in as 'sa' I right click a stored proc...i see options for... - New - Modify - Execute - Script - View dependencies - Rename - Delete - Refresh ....my 'Properties' option is GONE...DISAPPEARED...MISSING.....more >>

Strange characters with Bulk Load
Posted by Mike C# at 8/24/2006 5:14:16 PM
I'm writing a small app to bulk load some data and receiving strange results. Some of the data contains non-standard alphabetic characters, like the name Jose (with an accent over the e). It is being loaded into the table as JosT. The column is a VARCHAR(50), and it seems to work with reg...more >>

Rebuilding clustered index
Posted by Ranga at 8/24/2006 2:42:02 PM
Working on a vendor database upgrade. They want the clustered index to be rebuilt. I have huge table with more than 10 million records.....have a clustered index and 10 non-clustered indexes... what are my options, As an example lets take Orders table and CIX_Orders is the clustered index...more >>

Move table to partition schema.
Posted by BP at 8/24/2006 12:59:02 PM
I have table with several million rows, which I would like to move to partition schema. I've found this option is present in ALTER TABLE command. However, this command alter table TaleName move to ps_Schema ( PartitionColumnName) resulted in error: Msg 102, Level 15, State 1, Line ...more >>



Do cursors use statistics?
Posted by Mark at 8/24/2006 12:50:02 PM
I have the following RPC which is followed by 2 fetches (of 100 rows) and then a close. Query returns 150 rows. When I run it through the query analyzer, it runs fast. Each time through the VB app, the first set of 100 takes 20 seconds with over 10 M reads. The second set takes 7 seconds wi...more >>

Active Directory Queries
Posted by Daniel Jameson at 8/24/2006 11:39:16 AM
Hi, I'm interested in querying my domain's Active Directory database from SQL Server 2000. In particular, I would like to be able to take a network user name and determine its membership in network groups so I can list all the network logins that user has to a SQL server instance. I would...more >>

Which Database is being used
Posted by Jeff T at 8/24/2006 11:31:01 AM
We have SQL Server 2000 with about a dozen databases. I believe some of these databases are not being used. Is there a way I can tell which is being used and which ones are not. Thank you, Jeff...more >>

Can I remove the ability of sa to create users?
Posted by WANNABE at 8/24/2006 11:22:56 AM
HI, I know what I should do is jus change the password, but there are over 100 jobs and DTS package connections that run with sa auth, and that will take a long time, unless someone knows how that can be automated to change all sa users to something else, sorry that's another question. The i...more >>

Defragmenting Data Files
Posted by Conan Kelly at 8/24/2006 11:04:11 AM
Hello all, Will data/log files be defragmented by Windows Defrag even if they are still attached? -- Thanks for any help anyone can provide, Conan Kelly ...more >>

sqlserver recovery of an MDF to a new server
Posted by Leida at 8/24/2006 10:46:02 AM
URGENT>> I am having a problem. Our production server crashed this AM. We unfortunately did not have a backup on one of our databases that is considered critical for recovery. So, a database restore is not an option at this point. However we do have the MDF / LDF files. Is there an undocume...more >>

DB Maintenance Recommendations
Posted by Don Miller at 8/24/2006 10:35:15 AM
I've read BOL on establishing a DB Maintenance Plan using the Wizard but it really fails to make any real-world recommendations (that I can find) about timing and options. I want to create a plan for an web application production database of about 1.3gb in size with no scheduled downtime. Are ...more >>

Stored Proc - Calling a Stored Proc a Remote Server
Posted by Amos Soma at 8/24/2006 10:14:39 AM
I am having trouble executing a stored procedure on a remote server. On my local server, I have a linked server setup as follows: Server1.abcd.myserver.com\SQLServer2005,1563 This works fine on my local server: Select * From [Server1.abcd.myserver.com\SQLServer2005,1563].DatabaseN...more >>

Question about the 'all density' columns results from DBCC SHOW_STATISTICS
Posted by pshroads NO[at]SPAM gmail.com at 8/24/2006 9:20:13 AM
I have a table that has a column 'book_id' which is the primary key. There is also a column 'createuser_id' with the index 'tt_book_createuser_id_x1' on it. When I run DBCC SHOW_STATISTICS for the 'tt_book_createuser_id_x1' index I see the following in the all density section of the output: A...more >>

SQL Connectivity
Posted by Rustom at 8/24/2006 9:20:06 AM
I have SQL Server 2005 Workgroup Edition running on Windows XP. When creating ODDC connections from other computers, they can connect to this server via TCP, however, not via the server name. On the SQL Server 2005 server both TCP and NamePipes are enabled. Any suggestions ASAP would help...more >>

export to table fixed filed size
Posted by JIM.H. at 8/24/2006 9:06:02 AM
Hello I need to export my table fixed filed size by making numbers 15 characters right alignment and strings 20 characters left alignment. ...more >>

how to create such trigger
Posted by mamin NO[at]SPAM o2.pl at 8/24/2006 6:42:00 AM
Hi, I have a table TABLE1 with columns ID, NAME, DATE1 I need to write a trigger that will update DATE column to current date time, after every sql update operation on record. So my trigger looks as follows: declare @row_id bigint set @row_id=(select id from inserted) update TABLE1 s...more >>

SQL 2005 Performance with XML datatype and relational tables.
Posted by muralidhar.r77 NO[at]SPAM gmail.com at 8/24/2006 6:19:01 AM
Hi, does any one has performance comparison between storing data in XML format and relational tables. For e.g performance with respect to search etc. Perf numbers would be great if any one has metrics in SQL 2005. regards Muralidhar ...more >>

force password for sql login
Posted by deseotu5 at 8/24/2006 2:08:01 AM
Hi all, I am using third party application that can only use sql authentication. If we use windows authentication it will accept any password once the username is correct. If we are force to use sql authentication, is there a script or a way that we can force the sql users to change password ...more >>

sql server performance
Posted by Theo at 8/24/2006 12:00:00 AM
Hi, I have a table with 8 fields: a primary key - nvarchar(10) 3 datetime fields a bit field and 2 int fields related to other tables. The table currently contains 2,400,000 rows and the requirement is that it should work with 50,000,000 rows. I have used Query analyzer to run very simpl...more >>

About memory amount that SQL Server uses
Posted by Gürcan YÜCEL at 8/24/2006 12:00:00 AM
Is there any function or something like that that returs the amount of MS SQL Server 2000 memory usage? Thanks. ...more >>

Retrieve windows user account
Posted by angi at 8/24/2006 12:00:00 AM
Hi, All I'm use SQL Server 2005 and want to know is any way can retrieve windows user account? I want to retrieve windows user account and insert into the table. I don't want to use any program lanaguage just want to know SQL 2005 has any kind of function or store procedure can support thi...more >>

PAE & AWE on x64 Windows & SQL
Posted by Brad Baker at 8/24/2006 12:00:00 AM
We've just setup some new Microsoft SQL 2005 servers running windows 2003 R2 x64 with 16GB of RAM. Since we are running a 64 bit version of windows and a 64 bit version of SQL, is it any longer neccesary to add the /3GB /PAE option in the boot.ini and enable AWE in SQL? Thanks! Brad ...more >>

help setting up and using SQLXML web service ?
Posted by scott at 8/24/2006 12:00:00 AM
Hi, I have an app that connects to a remote SQL database using 1433. It connecting using a locked down user then runs a stored procedure passing it XML. Roger Walter pointed me in the direction of SOAP, SQLXML web service. I installed: SoapToolkit 2.0 SoapToolkit 3.0 SQLXML 3.0 sp2...more >>


DevelopmentNow Blog