Viewing 15 posts - 31 through 45 (of 84 total)
thank you
sp_dropserver and sp_addserver worked for me..
the only mistake was ... i did not restart the server after sp_addserver...
anyways thanks to all of...
May 19, 2007 at 9:45 am
what are the jobs you mentioned about..???...
I am unable to setup the replication.. (unable to configure distributor,publication..).. because of the above..
May 14, 2007 at 3:28 pm
I think it is because of not having a CLustered Index on the tables... which might cause longer scan on tables.
It is recommended to have atleast one clustered index...
May 14, 2007 at 2:39 pm
Hi All
I too have a problem with date values comparision... the below is the code
CONVERT(VARCHAR(30),TRANS_DATE,101)>(@REPORTDATE)
where @REPORTDATE is declared as DATETIME
this condition is working in some of the data bases...
April 27, 2007 at 10:46 pm
Thank you steve
Is there anyway to check the load caused by the triggers???..
and how SQL server decides which trigger to execute first if we have 2 same INSERT(UPDATE/DELETE) triggers??..
March 13, 2007 at 7:21 am
As you are using Transactional replication..
all the transactions will be logged and cannot be truncated untill all the transactions are moved to the distributor database.
Seems changing the recovery model doesn't work...
March 12, 2007 at 10:15 pm
Colin,
Thank you for your response..
I have read some where that Avg Disk Queue Length should be less than 3 always.. and which is some way related to the number of...
March 12, 2007 at 9:59 pm
yeah .. "Hide Server" is not checked..
March 12, 2007 at 7:53 am
Hi James
thanx for you quick reply. MS SQL Server 2000 is installed on the box.. and MSSQLServer & SQLSERVERAGENT Services are running properly.
I did not find any service named SQL...
March 12, 2007 at 4:08 am
Check out these to script specific objects
http://www.databasejournal.com/features/mssql/article.php/2205291
March 8, 2007 at 8:59 pm
here is my situation wid the SQL profiler
when I save the trace in to a database table, the query text is been trimed to 256 characters.. is there any way...
March 8, 2007 at 8:56 pm
Have you tried Redgate SQL Data Compare tool
is this you have record level comparision and many more features.
March 8, 2007 at 8:53 pm
Here is an addition..
When SQL Server performs some operation, it loads as many related pages as it requires into the memory. For example,...
March 7, 2007 at 8:53 pm
have u checked the growth settings..
whether the Maximum filegrowth is set to
1.Restrticted grow
2.Unlimited growth
March 6, 2007 at 10:11 pm
I think it doesn't work out as
Used sp_attach_single_file_db only on databases that were previously detached from the server using an explicit sp_detach_db operation.
March 1, 2007 at 9:43 pm
Viewing 15 posts - 31 through 45 (of 84 total)