Viewing 15 posts - 751 through 765 (of 1,253 total)
Michael Earl (5/21/2008)
May 22, 2008 at 4:35 am
Hi
I hope this is right... did little bit of testing and seems allright.
To find out the wrong previous key entry..
select n.* From table1 n,table2 t
where n.previouskey =...
May 22, 2008 at 2:43 am
do you have anything else on your production server.
May 20, 2008 at 11:54 pm
First and the best method in general is to go through BOL.
May 20, 2008 at 11:48 pm
I also got no discrepiancy while testing in 2005 & 2000.
in both the cases after truncating the table the seed started with 0.
May 20, 2008 at 3:04 am
Hi
If you do not want to reinstall then you can change the collation of the database. Whenever you create a new db you will have the server collation as the...
May 20, 2008 at 1:32 am
rahul
here are 2 links to the function that will split your string to a recorset , i found on SSC.
http://www.sqlservercentral.com/articles/Advanced+Querying/2547/
This one uses a number table to do this.
http://www.sqlservercentral.com/scripts/Miscellaneous/31913/
May 15, 2008 at 2:24 am
hi
How i do this is like ...
Create a user defined function that returns a table to break down your string to rows. Then use the resultset of the function in...
May 14, 2008 at 4:57 am
yes check the datatype & length of the variable - @v_sql.
May 14, 2008 at 12:30 am
Hi
If u add the user to a sysadminm role then remove it after your purpose is over.
May 14, 2008 at 12:18 am
U cannot use double qoutes.
May 13, 2008 at 5:42 am
Hi
canu give the table structure and some data to make thing clear. I think a derived table can be used for this.
May 13, 2008 at 5:39 am
Hi
Pls explain clearly.
May 12, 2008 at 2:26 am
Viewing 15 posts - 751 through 765 (of 1,253 total)