Viewing 15 posts - 421 through 435 (of 588 total)
Go to the database, expand down to users, click on the user you want to give this permission, double click. On the bottom of that window there is a list...
May 22, 2007 at 6:22 am
Well there is a way of course to figure it all out! Detaach all the databases and then reattach when someone screams.
Although a...
May 21, 2007 at 7:22 am
You can do dynamic names in an execute statement though.
set
quoted_Identifier off
declare
May 21, 2007 at 7:12 am
Standard answer incomming:
It depends!
I have 55 databases on my main production server, ranging in size from 50 mb to 85 GB. It handles about...
May 18, 2007 at 6:48 am
Only way you should get that message is if one of the columns have identity on them, script out the table definitions and look for it.
Easily solved though, just...
May 18, 2007 at 6:41 am
As much I do not like short release cycles I think actualy it might be better. WIth a short cycle between releases MS don't have time to completely change the...
May 18, 2007 at 5:56 am
You don't need to set user databases in single user mode. To have a succesfull restore you do need to make sure none is connected to the database though.
May 17, 2007 at 3:08 pm
And someone that really wants in would most likely have observed you knowing which finger you use to get in (assuming it is a pro wanting in to the building). ...
May 17, 2007 at 9:16 am
I'm just trying to figure out why anyone would do that. I mean, what's the purpose behind selecting a variable out of a table?
Not that I haven't seen some...
May 16, 2007 at 1:33 pm
I THINK an upgrade would be ok. But being a laptop I can't see why it would be a big deal to just backup the databases, uninstall MSDE, install Dev...
May 16, 2007 at 10:28 am
I'm everything!
I'm the "goto guy" whenever there is any questions or jobs regarding SQL. At least that has been my job at most...
May 16, 2007 at 6:52 am
MS order page for Developer Edition:
The developer edition is functionally equivalent to Enterprise Edition, so the cap on DB sizes should go away.
Not sure about what will happen when...
May 16, 2007 at 6:25 am
Good write up.
Carl, see the discussion in this thread:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=146&messageid=363960
May 15, 2007 at 9:40 am
Sounds like a new business venture!
I was going to suggest contact a consulting firm or someone else in your city that uses SQL...
May 15, 2007 at 9:20 am
Most likely you would want to use an identity value in SQL and not issue the ticket number until the first time you do a save.
May 15, 2007 at 8:56 am
Viewing 15 posts - 421 through 435 (of 588 total)