Viewing 15 posts - 3,211 through 3,225 (of 3,232 total)
SQL Server does not provide a tool to view the contents of the transaction log (that I am aware of). There are third party tools that will do this for...
November 1, 2005 at 2:37 pm
While SQL Server doesn't appear to have any obvious problems when running on Windows 2003, you should test your application on a Windows 2003 server prior to moving your production...
November 1, 2005 at 1:10 pm
Also check out the temporary tables and table data type entries in BOL. This may be a good to use the table data type.
November 1, 2005 at 8:10 am
Can you post your file and the schema info. for your table?
October 31, 2005 at 4:18 pm
Sorry if this is appearing twice.....
Is this a production job that is all of the sudden having problems, or are you working on developing the BCP job from scratch?? There...
October 31, 2005 at 4:08 pm
Judging from the size of the backup file, 26MB, this is a relatively small DB. Knowing that you must restore the DB, it is obvious that you are aware that...
October 28, 2005 at 11:45 am
So this is before you even get to select the restore options?? Ouch....Is this a production DB? Even so, if you must do a restore, you may have to detach...
October 28, 2005 at 11:37 am
'enterprise manager just stops responding'
What do you mean by stops responding?? Many times EM appears to be hung whild performing restores due to the backup file / DB size as...
October 28, 2005 at 10:23 am
Just as Alzdba said, there must be a reason why the trigger was placed on the table. You need to know what the trigger does before you go about disabling...
October 28, 2005 at 10:17 am
I searched through the Quest Central knowledge base and found that the Spotlight installation includes a script designed to remove all Spotlight objects from a DB (Spotlight creates may stored procedures...
October 7, 2005 at 10:30 am
I thought there may be a method using Spotlight to perform the work. The target DB already has the same tables in it, so I will have to merge the...
October 7, 2005 at 10:06 am
This question's wording was obviously quite misleading judging by the debate. I also followed the line of thought that LAST_ORDER_DT was a column that would be frequently updated making...
November 21, 2003 at 7:55 am
I have a different configuration for my log shipping. Here are the elements to my setup:
1) Production DB - your maintenance plan can do anything you want except TranLog...
May 2, 2003 at 11:41 am
You can view MDF/LDF file sizes through Windows Explorer, or by right clicking on the database in EM and selecting Properties. The data file and transaction log tabs will...
May 1, 2003 at 2:39 pm
I read the kbase article. I am not using the Copy SQL Server Objects, but my DTS job is using BCP, which according to the article is the component...
May 1, 2003 at 12:56 pm
Viewing 15 posts - 3,211 through 3,225 (of 3,232 total)