Viewing 15 posts - 6,616 through 6,630 (of 9,643 total)
If the database is SQL Server and they used native SQL Backups you should be able to do a normal restore. WHile .BAK is the default extension you aren't...
December 12, 2008 at 7:37 am
Can you post the full error?
December 12, 2008 at 7:35 am
I believe the key is at the database level so is not available in another database. You would need to do it all in DB1. I;d create a...
December 12, 2008 at 7:33 am
I think you want the datasets explorer window. Once you have a report open you can go to View on the menu and at the bottom is datasets.
December 12, 2008 at 7:27 am
If you do a refresh on the destination database in SSMS does the missing table appear? SSMS does not dynamically refresh when you add tables using script or an...
December 12, 2008 at 7:20 am
I think the closest counter to what you want in transactions per second.
December 12, 2008 at 7:14 am
You'd be surprised how many options there may be to do something when DDL and code is provided. Someone may have dealt with a similar issue and seeing code...
December 11, 2008 at 8:51 pm
Please see the links in my signature to see how to post to get better answers. Without code and DDL there is almost no way anyone can give you...
December 11, 2008 at 7:08 pm
Well, there might be a third party application out there that will do that, but SQL Server does not keep track of that as a role does not login a...
December 11, 2008 at 5:33 pm
Have you compared the execution plans?
What version of SQL Server 2005 std, enterprise? There are differences in memory use in the 2. Is SQL Server using the memory...
December 11, 2008 at 3:36 pm
Do you want to trace all activity for a specific database role? Profiler/Trace does not provide a way to filter by role. You could trace all activity for...
December 11, 2008 at 3:24 pm
GilaMonster (12/11/2008)
Lynn Pettis (12/11/2008)
I've been driving for over 33 years, 38 if you count the 5 years of dirt bike riding prior to getting my first license.
Grant Fritchey (12/11/2008)
December 11, 2008 at 2:56 pm
I don't normally keep data down to the city table (I let the users have typos for city in addresses), but for countries and states/provinces I would only keep the...
December 11, 2008 at 8:22 am
Wow, guess I am lucky I have never (knock wood) been rear-ended.
Michael, you are probably right.
And that ties us back to the original thread topic - those people are probably...
December 11, 2008 at 8:18 am
Viewing 15 posts - 6,616 through 6,630 (of 9,643 total)