Viewing 7 posts - 1 through 7 (of 7 total)
How intrusive (or permormance affective) would it be to run SQL Profiler for the entire day to capture SQL Objects name? I am not sure if its going to affect...
March 15, 2007 at 12:38 pm
I have done similar to what Sam has done, but I am not using SSIS, instead I am using BULK INSERT. I have everything in one proc :
1. open a...
March 15, 2007 at 10:03 am
Actually this was a great help. I was looking for same thing. Thanks.
July 25, 2006 at 9:34 am
Thats not good. I liked the idea of using DR machine for reporting purpose. How can we achieve the goal?
March 25, 2004 at 5:42 am
I agree with above post. There are three correct answers.
sp_tableoption N'Employee', 'text in row', '2000'GO
sp_tableoption N'Employee', 'text in row', 'ON'GOsp_tableoption N'Employee', 'text in row', '2000'GO
sp_tableoption Employee, 'text in row', 2000
But...
March 2, 2004 at 9:36 am
The files were fine. I was able to attached it fine. Only thing I noticed a problem in a product. My generate script for missing objects doesn't include the file...
February 19, 2004 at 8:28 am
Viewing 7 posts - 1 through 7 (of 7 total)