Viewing 15 posts - 31 through 45 (of 105 total)
We used to get the Network name is no longer available all the time but our backups had completed successfully. This is due to a timeout condition that is exceeded...
May 18, 2012 at 1:11 pm
You can use SQL Server Database Publisher Wizard to do this. Very simple and easy to use via gui interface. You can also call it via command line to make...
May 18, 2012 at 12:57 pm
One of our subs does something similar to what opc asking. The application creates and launches a job as the actual execution of the procedure takes way to long to...
May 15, 2012 at 2:32 pm
One of the ways I have removed duplicate rows in the past is by selecting distinct which just gives you one row per duplicated rows and insert that into a...
May 15, 2012 at 2:13 pm
What is the FillFactor for the index?
Also what type of data is in the index?
May 15, 2012 at 1:52 pm
Dang it. I missed the (s) in commands that will fail. I just pick one. Good question though.
April 25, 2012 at 11:43 am
Great question, I just had to read up on this yesterday as part of an investigation. What timing. Thanks for the question.
April 19, 2012 at 8:16 am
exec sp_help_jobactivity @job_name = 'Your Job Name'
April 13, 2012 at 2:56 pm
Can you post definitions for 'table' and 'another table'. My guess is that they have a SQL_VARIANT column and you are push it into a NVARCHAR variable without explictly converting...
April 13, 2012 at 2:12 pm
We are actually doing this for a company sub. We are doing a bunch of different servers one is SQL 2000 and one has a 2TB database in SQL 2008.
Our...
April 13, 2012 at 2:02 pm
Grant Fritchey (4/12/2012)
April 12, 2012 at 1:43 pm
george sibbald (4/11/2012)
I can confirm you need the log backup restored as well.
+1
April 12, 2012 at 1:28 pm
So for the sytax error I would print the command or select statment in the try..catch and run it manually against one of the servers to see if you can...
April 12, 2012 at 1:21 pm
Viewing 15 posts - 31 through 45 (of 105 total)