Viewing 15 posts - 886 through 900 (of 1,248 total)
This works. But be careful in your format as Lynn stated.
SELECT convert(datetime,'20061230',105)
August 16, 2007 at 8:33 am
The error message (severity level 0) you showed in an informative message. You should not worry abou it. This error has been discussed before on this forum.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=247019
You may have...
August 16, 2007 at 8:16 am
The database on your standby server may be different from the database you would like to restore.
August 13, 2007 at 10:08 pm
It might be a deadlock issue. See the link below.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=89701&SiteID=1
August 13, 2007 at 10:03 pm
You can check the log history in replication, but not for one transaction.
August 13, 2007 at 9:56 pm
Steve:
Could you tell me why you wrote "Never turned this on"? My understanding is that it should have its advantage since it is a default setting.
Many thanks in advance.
August 8, 2007 at 7:56 am
It is most likely a problem on your own machine. Check your ODBC connection.
August 8, 2007 at 7:47 am
Attached please find two links. Hopefully, they are helpful.
http://www.dbforums.com/showthread.php?t=701211
http://forums.databasejournal.com/archive/index.php/t-32271.html
August 7, 2007 at 2:32 pm
You may use vbscript, which has datadiff function, and combined with the object, filesystemobject.scripting.
August 7, 2007 at 2:21 pm
I cannot see any relation between checking polling sessions and server crash. Checking polling session only have a little more internet traffic (neglegible from my personal point of view).
August 7, 2007 at 8:58 am
To run the tasks on your list, you do not need to have users logged off. However, the objects may be locked while some of tasks are running. Users may...
August 7, 2007 at 8:21 am
sysadmin (sa) is needed to configure replication. But if the replication is across servers, you need to have more privilege to access other server. The first thing before starting is to...
August 7, 2007 at 8:11 am
I would like to check whether or not the windows cluster is in a good shape. Try to move or failover the nodes and see whether or not the cluser...
August 2, 2007 at 11:02 am
JDixon:
I am referring running jobs from the SQL Agent. I knew there is no built-in settings to set priority of jobs.
Please share if you know the detail.
Thanks in advance.
August 2, 2007 at 10:12 am
I believe the poster would like to have a standby server not a cluster server. I believe that we can use log shipping. Enterprise edition has this function built-in. If...
August 2, 2007 at 10:08 am
Viewing 15 posts - 886 through 900 (of 1,248 total)