Viewing 15 posts - 751 through 765 (of 2,897 total)
Thanks, I will give that a try.
February 21, 2013 at 10:28 am
Lynn Pettis (2/20/2013)
February 20, 2013 at 2:44 pm
I use this to add the same column to a group of tables. You can modify it to remove a column. I choose "Results to text", then copy-paste the results...
February 20, 2013 at 10:17 am
Today it is a one-off. But I will be setting up a weekly process for future imports.
I thought I would use the wizard the first time, then save it as...
February 20, 2013 at 6:59 am
Garbage In, Garbage Out.
I must apologize for wasting your time & not supplying representative data originally, so your solution worked based on what I posted earlier, but now i realize...
February 14, 2013 at 6:51 pm
GilaMonster (2/14/2013)
February 14, 2013 at 9:46 am
Find the most recent backup prior to the truncate.
Restore the database temporarily with a different name, such as "ProductionDB_20130115Backup" to identify what it is.
Copy the table from ProductionDB_20130115Backup to...
February 14, 2013 at 7:08 am
I think #3 should help. Are the large t-logs always from the same database ?
February 12, 2013 at 9:12 am
Or do you mean that the t-log backup job failed, due to a problem with the job or accessing the backup location ?
February 12, 2013 at 9:07 am
What do you see in the job history details for step 9 ?
February 12, 2013 at 8:55 am
I used to track it by using the backup history, which includes the database size. Since I took daily backups, and did not delete full backup history, it was good...
February 7, 2013 at 2:27 pm
Sounds like fun ! Do you have lots of stored procedures that need to have their column name references changed ?
February 6, 2013 at 12:54 pm
Uncommitted replication transactions can also be a problem.
February 2, 2013 at 6:16 pm
If you want to end up with empty tables, it might be simpler & faster to script your existing database objects, rename your current database, and create them as...
February 2, 2013 at 9:05 am
Viewing 15 posts - 751 through 765 (of 2,897 total)