Viewing 15 posts - 12,796 through 12,810 (of 14,953 total)
I think I just answered this in a different forum. If so, please don't cross-post.
July 15, 2008 at 3:04 pm
Run a trace (Profiler can help with that). Books Online has all the data on setting that up.
July 15, 2008 at 2:41 pm
GilaMonster (7/15/2008)
GSquared (7/15/2008)
This Solomon name on each table looks very familiar. Did I do something else with this database a while back?
Probably. This isn't the first time Mike's posted...
July 15, 2008 at 2:26 pm
I could be mistaken, but all you need to check for compatibility is usually the structure and code. So, run Tasks\Generate Scripts... on the database. Script all tables,...
July 15, 2008 at 2:15 pm
I've been a professional editor and proofreader, and managed and office of such. It's really only critical when it reduces the ability of the reader to understand what the...
July 15, 2008 at 1:48 pm
Okay, I'm addicted to SQL or something. I read the title of this thread, read the first post, and the first thing that popped into mind was that the...
July 15, 2008 at 12:32 pm
This Solomon name on each table looks very familiar. Did I do something else with this database a while back?
July 15, 2008 at 12:24 pm
Use the Script Database tool to build a create script for all procs in one document, search-and-replace "Create proc" with "Alter proc", add "Set Nocount On" at the beginning of...
July 15, 2008 at 12:22 pm
I have to ask, why is this a cursor? Why not a set-based upsert?
July 15, 2008 at 12:19 pm
Maybe you could copy the databases to an instance of SQL 2000 and run it on there?
July 15, 2008 at 11:36 am
How much data do you expect to need to cache, and how many execution plans?
It's really not a "rule of thumb" kind of thing. It depends too much on...
July 15, 2008 at 11:33 am
1 Terrabyte
To be serious, you need to look at what is going on in your particular database. It varies from database to database.
For example, a large data warehouse in...
July 15, 2008 at 11:26 am
I just tried this, and Alt+F1 did absolutely nothing that I could see in Management Studio. If it runs sp_help, it did so invisibly.
(Does this mean I have to...
July 15, 2008 at 11:13 am
Not sure what you mean about partitioning a data file based on date, as opposed to partitioning data in tables. The only thing in data files is tables.
July 15, 2008 at 11:02 am
Viewing 15 posts - 12,796 through 12,810 (of 14,953 total)