Viewing 15 posts - 241 through 255 (of 660 total)
this is the delete code which loops through 10 tables for deleting duplicates.
set @sql = 'delete C
From ' + @PhiscalDB + '.dbo.RevCode' + @Phiscalyr + ' As C
Inner Join '...
December 15, 2008 at 7:35 am
Here is the script for my linked server
EXEC master.dbo.sp_addlinkedserver @server = N'DevSQL', @srvproduct=N'SQL Server'
EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N'DevSQL',@useself=N'True',@locallogin=NULL,@rmtuser=NULL,@rmtpassword=NULL
GO
EXEC master.dbo.sp_serveroption @server=N'DevSQL', @optname=N'collation compatible', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'DevSQL', @optname=N'data access', @optvalue=N'true'
GO
EXEC master.dbo.sp_serveroption @server=N'DevSQL', @optname=N'dist', @optvalue=N'false'
GO
EXEC...
December 9, 2008 at 6:43 am
Hey i have some clue for my problem. whats happening is
When I RDP from the computer C and query from SErver A to SErver B then i get this...
December 8, 2008 at 1:18 pm
11 million is not on top of 12 million, last week was 12 and now its just 11 million. I do not have any type of indexes on any tables.
thanks
December 8, 2008 at 10:46 am
All logins are windows authenticaed.
when i checked on both servers it gave me
net_transport auth_scheme
-------------...
December 8, 2008 at 9:54 am
I have the same error but when i check on both servers it gave me
net_transport ...
December 8, 2008 at 9:52 am
1 thing to mention here. Server A (standard) is in mised mode (sql and windows authentication and serverB(enterprise) is in windows authentication mode.
is there anything i am missing when creating...
December 8, 2008 at 9:35 am
trying to query from SErver A to SErver B through a group Developers. SErver A is 2005 standard edition and Server B is enterprise. when i check i linked server...
December 5, 2008 at 12:18 pm
above query pulls 20k records in 24min, i thing its not gud though my indexes are all doing good.
December 5, 2008 at 9:39 am
I dont see naym esg from the error logs but if some one shed light on my doubt tht wud be gr8.
In general what wud be the reason behind the...
December 3, 2008 at 3:21 pm
how do i check that and what do i need look for into it?
December 3, 2008 at 3:05 pm
every time i restart the server some of the db's are in recovery state. it happened in another server too. what shud i do.
2008-12-03 15:06:48.15 spid41s ...
December 3, 2008 at 2:36 pm
I just recovereed the huge DB after 4hrs and after that we reboot the server but after rebooting again that DB went into ( In Recovery) mode, why is that?...
December 3, 2008 at 2:17 pm
Last night i had set up my jobs to rebuild indexex on the some db's, now the problem is only with those db's. once i restart the sql server all...
December 3, 2008 at 9:41 am
Viewing 15 posts - 241 through 255 (of 660 total)