Viewing 15 posts - 6,586 through 6,600 (of 18,926 total)
I'm just trying to save you some time.
I don't know for sure but I'd bet a good some of cold hard cash that it took a team of 10 of...
May 2, 2011 at 9:00 am
That happens to me a lot when using temp tables.
I use COLLATE DATABASE_DEFAULT to get out of the error and use the same collation for the tempdb object as the...
May 2, 2011 at 8:54 am
The "simple" way is to create groups and assign permissions to those groups. Then add the users to that group to get all the permissions.
That's the easy part. ...
May 2, 2011 at 8:53 am
GilaMonster (5/2/2011)
Ninja's_RGR'us (5/2/2011)
May 2, 2011 at 8:44 am
asterman_3 (5/2/2011)
So, my goal is to extract column names that has been...
May 2, 2011 at 8:42 am
Dave Ballantyne (5/2/2011)
Please post execution plans as perhttp://www.sqlservercentral.com/articles/SQLServerCentral/66909/
+1
May 2, 2011 at 8:35 am
How to you implement that with a DB with 30 000 tables?
Makes more sens to have a DDL trigger which stops all truncates. Then again permissions / security...
May 2, 2011 at 8:33 am
What's the big goal of the project here? Parsing all that is not going to be easy. Especially across an entire application.
May 2, 2011 at 8:31 am
Ya it's a naked link but it still has decent weight in the google algorithm, especially with 100s to 1000s of posts across the top 3-6 db forums. That's...
May 2, 2011 at 8:28 am
Stefan Krzywicki (5/2/2011)
Ninja's_RGR'us (5/2/2011)
Brandie(5/2/2011)
Ninja, I can hardly throw stones on that particular point. Being a speed reader tends to work against me on the online forums.
Same here... hence #1 for...
May 2, 2011 at 8:21 am
Naomi N (5/2/2011)
I'd say, it seems like we...
May 2, 2011 at 8:19 am
A couple ideas for further googlers :
Setup and use a dev server.
use implicit transactions and also always type ROLLBACK as the first thing in your code (at the bottom...
May 2, 2011 at 8:07 am
Brandie(5/2/2011)
Ninja, I can hardly throw stones on that particular point. Being a speed reader tends to work against me on the online forums.
Same here... hence #1 for amount of wrong...
May 2, 2011 at 8:02 am
sachnam (5/2/2011)
Syed Jahanzaib Bin hassan (5/2/2011)
this creates a database 100 MB in size. However, the backup file is only 2MB in size, since the database contains only metadata at this...
May 2, 2011 at 7:30 am
Viewing 15 posts - 6,586 through 6,600 (of 18,926 total)