Viewing 15 posts - 511 through 525 (of 1,166 total)
I don't know any software which scans/detects virus in documents store in tables...
It is always better to protect to your servers using virus protect softeares...
January 22, 2007 at 12:04 pm
First port is used for regular connections where as second one is used exclusively by DAC. I don't know the command in 2005 where as in 2000 you have to...
January 22, 2007 at 12:00 pm
Replication will have more overhead than log shipping but when you do logshipping you kill all the connections in the destination db to restore the log where as replication is...
January 22, 2007 at 12:22 am
File being read by your 2005 server might be corrupted, it is nothing to do with sql...
Check application/system log for disk errors...
Try to restore the file where it is located to...
January 22, 2007 at 12:15 am
If OBJECT_ID('TABLENAME') IS NOT NULL PRINT 'Table exists..'
January 22, 2007 at 12:05 am
Instead of sending the mail in a trigger you can add the column called Flag bit..when you insert or update flag values can be zero ...
Create another procedure and schedule...
January 22, 2007 at 12:02 am
There is no problem installing IIS on SQL server 2005. IIS is required to intall REPORTING SERVICES...
IIS 5.0 or later is required for Microsoft SQL Server 2005 Reporting Services (SSRS)...
January 21, 2007 at 11:53 pm
Some one deleted the data from subscriber directly... In one way transactional replication you have to delete the data at publisher...
In your case some one deleted the data at subscriber...
January 21, 2007 at 1:18 am
I used DBCC REBUILD_LOG command 5 times in 3 years and only twice database recovered without any consistency errors..
So becareful about it and withour running DBCC CHECKDB or CHECKTABLE do...
January 21, 2007 at 1:08 am
Yes it doable...
Read the topics..."Requirements for Replaying Traces" and "Replaying Traces on a Different Server" from the following article...
http://www.microsoft.com/technet/prodtechnol/sql/2000/books/c10ppcsq.mspx
January 21, 2007 at 1:03 am
Non clusterd index is point to clustered index if there is a clustered in on the table becuase of fast retrieval... navigation from level to another done by the key...
January 21, 2007 at 12:49 am
For schema change use "ALTER SCHEMA (Transact-SQL) " command...
To move the table between the filegroup you have to recreate the clustered index with the filegroup specified....
January 19, 2007 at 10:58 pm
I don't think there is anyway to estimante the log file size but you can check the log file size every few minutes and inrease it if there is no...
January 19, 2007 at 10:48 pm
Run the backup to disk and copy the backup file to CD or USB.
January 19, 2007 at 10:41 pm
Viewing 15 posts - 511 through 525 (of 1,166 total)