Viewing 15 posts - 91 through 105 (of 286 total)
I am using the one u provided:
IF OBJECT_ID(N'tempdb..#T') IS NOT NULL
DROP TABLE #T ;
IF OBJECT_ID(N'tempdb..#T2') IS NOT...
March 9, 2011 at 1:48 pm
I am using the one u provided:
IF OBJECT_ID(N'tempdb..#T') IS NOT NULL
DROP TABLE #T ;
IF OBJECT_ID(N'tempdb..#T2') IS NOT...
March 9, 2011 at 1:48 pm
GSquared (3/9/2011)
March 9, 2011 at 1:42 pm
GSquared (3/9/2011)
March 9, 2011 at 1:42 pm
GSquared (3/9/2011)
March 9, 2011 at 12:57 pm
GSquared (3/9/2011)
March 9, 2011 at 12:57 pm
hemangmehtaa (1/13/2011)
We have 2 databases db1 and db2, they may or may not be on the same server.
Now db2 has got a particular table called foo. when db2 enters a...
January 17, 2011 at 10:59 am
SKYBVI (1/5/2011)
I was able to successfully restore the database on secondary side and also set up log shipping.
But there was a variance.
As far as I know, log...
January 6, 2011 at 11:55 am
SKYBVI (1/5/2011)
I was able to successfully restore the database on secondary side and also set up log shipping.
But there was a variance.
As far as I know, log...
January 6, 2011 at 11:55 am
jamesnjamesn (11/29/2010)
We are having query performance issues with our data warehouse server after upgrading from SQL2000 to SQL2008R2.
Our problem is that *some* queries which...
December 2, 2010 at 8:35 am
jamesnjamesn (11/29/2010)
We are having query performance issues with our data warehouse server after upgrading from SQL2000 to SQL2008R2.
Our problem is that *some* queries which...
December 2, 2010 at 8:35 am
sfr_rezaei (11/8/2010)
I want to back up some rows of table from sqlthen restore rows to another database. I have two table with relation
How about using Linked server (if it is...
November 10, 2010 at 12:34 pm
sfr_rezaei (11/8/2010)
I want to back up some rows of table from sqlthen restore rows to another database. I have two table with relation
How about using Linked server (if it is...
November 10, 2010 at 12:34 pm
bsock (9/27/2010)
Thanks! That worked for me. I knew I was missing something.
Can you describe what did you do to fix the problem ?
Cheers !
October 3, 2010 at 10:36 am
Kevin Wieand (9/27/2010)
I have a table with an ID, last name, and first name which are all varchar. There are other columns in the...
October 3, 2010 at 10:31 am
Viewing 15 posts - 91 through 105 (of 286 total)