Viewing 15 posts - 1,396 through 1,410 (of 2,897 total)
CirquedeSQLeil (5/21/2010)
May 21, 2010 at 2:50 pm
YES, BOL has a typo, but it passes a syntax check on one server, but not the other.
If I use my own DB and table, same problem. Results on one,...
May 21, 2010 at 2:47 pm
Here's a quick guide. I typed it in 4 minutes, so it's just the basic idea.
1) A "Change Request" is created, specifying modifications needed
2) Developers make changes in Development area...
May 21, 2010 at 11:57 am
You can defragment (rebuild or reorg) the indexes on tables for better performance.
There are lots of posts and articles about this topic you can search for.
May 21, 2010 at 8:09 am
It sounds that your logic is correct. Could there be a more recent Full backup ? Maybe a scheduled Maint plan you forgot about.
May 21, 2010 at 4:11 am
muten79 (5/20/2010)
By the way, how long could it take to do the backup?
Does this question mean that you are not taking regular Full SQL backups already ? If not,...
May 20, 2010 at 3:43 pm
Jeffrey Irish (5/20/2010)
May 20, 2010 at 3:36 pm
I think my performance issue is from another cause.
I'm doing an update to a master table with 80 million rows, based on a join to a work...
May 20, 2010 at 10:32 am
They were separated out initially for performance when the database was on a stand alone server with separate internal physical disks. After migrating to VMWare, the setup was unchanged and...
May 20, 2010 at 9:49 am
Leonard 40050 (5/20/2010)
It...
May 20, 2010 at 9:32 am
Do you have replication transactions that have not been published to a subscriber ?
May 19, 2010 at 10:41 am
homebrew01 (5/19/2010)
May 19, 2010 at 10:38 am
It might help to say what the error is
I think you need to declare @maxno inside the dynamic sql
May 19, 2010 at 8:38 am
I would take a FULL backup as a precaution, then use detach/attach. It's probably faster since you bypass the backup & restore steps and only need to do the file...
May 19, 2010 at 8:26 am
Not directly relevant, but when converting MySQL to SQLServer, I used SQL_Maestro as an interface to dump out the tables for import into SQL .... FWIW
May 19, 2010 at 8:23 am
Viewing 15 posts - 1,396 through 1,410 (of 2,897 total)