Viewing 15 posts - 391 through 405 (of 454 total)
Thanks, it works. I ran it for rebuild index.
November 10, 2010 at 8:33 am
In order to find out what exactly column and row don't get inserted, add an option Errorfile = 'C:\folder\file.txt'
October 25, 2010 at 12:58 pm
Thanks, Lowell, but I found slightly different file names.
2005: ....Application Data\Microsoft\Microsoft SQL Server\90\Tools\Shell\1033\SqlWb.CTM
2008: ....Application Data\Microsoft\Microsoft SQL Server\100\Tools\Shell\1033\ssms.CTM
But modified timestamps for them look too old: 2005 is for March, and 2008...
October 20, 2010 at 11:29 am
This is not a new question . He actually replied to original post question which is "Common questions asked in SQL Server DBA..."
October 8, 2010 at 9:42 am
Thanks, Craig.
This is summary by rows.
Unioning to the datasource will bring me summary by columns ?
September 24, 2010 at 3:20 pm
This is a great resorce for replication, it explains everything what's going on inside of replication mechanism:
September 21, 2010 at 12:22 pm
Hi Jack, I am also interested in this great script, but in my case I need it for tables, stored procedures and indexes. Should I change anything in this script...
September 21, 2010 at 8:32 am
You can also implement CDC - change data capture. It will write all changes (updates, delets, inserts) to another table.
September 2, 2010 at 2:23 pm
Why do you have to care about company money? Go and enjoy it !
I am more in this industry than you, but unfortunately I have never been on this...
September 2, 2010 at 1:51 pm
That's a good question. Actually that exercise was like a "rehearsal" before deployment to production. There were too many errors, so we ran same things until install became clean.
Once...
September 2, 2010 at 1:45 pm
I probably found even better solution. Sinse these tables initially clean in destination, I created 2 scripts in SSMS: tables and F.K., then I dropped all tables, ran script that...
September 2, 2010 at 11:46 am
Hmmm...
There are 38 tables, they are all from same schema. I created a cursor to script insert /select against source database. Putting them in correct order would be rather...
September 2, 2010 at 11:15 am
But unfortunately, we are not given APTER TRACE permissions.
July 30, 2010 at 8:29 am
The whole reason is that we cannot use xp_cmdshell in production.
July 27, 2010 at 1:22 pm
Thanks a lot !
So the main point that I did not know about is:
DBCC SHRINKFILE (Test1data, EMPTYFILE);
Everything else worked well after executing this. Thanks
July 21, 2010 at 2:32 pm
Viewing 15 posts - 391 through 405 (of 454 total)