Groups | Blog | Home


Archived Months
March 2003
May 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 > sql server clients > may 2005 > threads for may 15 - 21, 2005

Filter by week: 1 2 3 4 5

Urgently Help
Posted by Joh at 5/19/2005 2:45:45 PM
I have a large xml file around 500 MB and I used to insert the data every day in one table, the issue is that I only want to use SQL Server to do this whole process. No VB and no asp envolve. Any idea? Thanks ...more >>


XML Help
Posted by Joh at 5/19/2005 1:22:56 PM
I am using the following query for fetching the data from the txt file..... but failed to do so.... select a.* from OpenRowset('MSDASQL', 'Driver={Microsoft Text Driver (*.txt; *.csv)}; DefaultDir=C:\xml;','select * from Test.txt') as a Test.txt:- <ROOT> <Customer CustomerID="VINET" Con...more >>

Difference
Posted by Joh at 5/19/2005 10:33:53 AM
What are the major difference b/w index hint and creating index on column Thanks ...more >>

master db
Posted by Joh at 5/18/2005 2:27:08 PM
if we create 1000 database users then is this create adverse effect on the master database? Thanks ...more >>

database user
Posted by Joh at 5/18/2005 12:55:18 PM
What are the maximum limitation of database user ? ...more >>

Any possibility?
Posted by Joh at 5/18/2005 10:26:38 AM
Any possibility? Right now I have a 600 MB space free and on my system I have a 6 GB backup file and I want to restore it on my own system.... I don't have any network where I have place this file and restore it from there and no DVD which support this 6 GB.... any possibility like when I res...more >>

backup Job
Posted by Joh at 5/18/2005 10:18:07 AM
I have created two jobs.. First Job... take the full backup daily at 12:00 AM Second Job...take the log backup every 1 hour till 11:PM The question is that if I include log shrinking command in the first job like First Job :- Step 1:- Declare @SQLStatement VARCHAR(1000) SET @SQLSta...more >>

Column alias
Posted by Gopinath S at 5/18/2005 12:00:00 AM
Can we have more than one column alias for a sinle column in the select list. Something like this SELECT field1 A,B FROM Table...more >>



Clustering
Posted by Joh at 5/17/2005 4:58:52 PM
Can any one give me some idea regarding the major difference between working in Clustering environment and Non Clustering environment with respect of SQL SERVER. Thanks ...more >>

Backup into another machine.
Posted by Joh at 5/17/2005 1:42:41 PM
I am trying to take the backup into another machine which is on the network but failed to do so.... Like backup database Health to disk = '\\nSys0120\Backup\Health\bkHealth05172005' is the above command is okie ? Thanks ...more >>

set statistics profile
Posted by Joh at 5/17/2005 10:43:28 AM
I used "set statistics profile on" but I wanna know what are the most important columns to be considered like "Warnings", what others? Thanks ...more >>

Remove from Cache
Posted by Joh at 5/17/2005 9:51:28 AM
I want to remove all the procedures from the cache... I used DBCC FREEPROCCACHE but doesn't effect. Any idea? Thanks in advance. ...more >>

Warnings
Posted by Joh at 5/17/2005 9:21:39 AM
I have find out one long running query through SQL Profiler and I copy that stored procedure and run in to query analyzer with the following settings. set statistics profile on set statistics io on set statistics time on In the output of warning column I found Null with all of them but wi...more >>

Expert help !
Posted by Joh at 5/17/2005 12:00:00 AM
I just want to confirm from you that is this is the good practise if I can take full backup which size is 4 GB and log backup into another system instead of same system.... right now what I am thinking is the size of the backup is too larget so the network would be too jam if the full backup wou...more >>

Error while taking the backup
Posted by Joh at 5/17/2005 12:00:00 AM
Error while taking the backup..... I used the following command backup database test to disk = 'e:\bktest05172005' "e:" is basically a map drive. Error : --------------------------- Windows - Delayed Write Failed --------------------------- Windows was unable to save all the data for...more >>

ROWLOCK hint does not seem to have any effect
Posted by Alex at 5/17/2005 12:00:00 AM
Hi Here is the situation. Many clients simulteneously update the same table, but *never* the same rows. Each client has its *own* subset of rows. So there is theoretically no concurrency problem. Yet we are having locking issues. We use ROWLOCK hint but it looks like it does not do anyth...more >>

Statistics
Posted by Joh at 5/16/2005 10:23:43 AM
What would be the best practise to update the statistics like after how many DML transaction. Thanks ...more >>


DevelopmentNow Blog