Viewing 15 posts - 8,701 through 8,715 (of 14,953 total)
Why do you have parentheses around the columns in the select statement?
August 18, 2009 at 11:31 am
That's the file status, not the database status. Database status is in sys.databases.
August 18, 2009 at 11:28 am
rboggess (8/18/2009)
GSquared (8/18/2009)
The problem with treating the dev environment as an "anything goes" playground is that it can mess up other devs.
Thank you for the clarification. I knew I...
August 18, 2009 at 11:22 am
You don't lose data by shrinking the log file. You can lose your recovery path if you truncate it, but you won't lose data by shrinking it.
The main problem...
August 18, 2009 at 10:52 am
Or you can set up a group that has the level of access you want, and no more than that, and let them use Management Studio. That's better than...
August 18, 2009 at 9:56 am
On the point of the DBA ruling the production database:
You cannot be held responsible for what you don't control. "Responsibility" without control is just blame. Conversely, control without...
August 18, 2009 at 9:26 am
rboggess (8/18/2009)
August 18, 2009 at 9:19 am
stephen.lear (8/18/2009)
Personally, I have...
August 18, 2009 at 9:00 am
Abbi: Not a good idea to post your e-mail address openly on web pages. Spammers use bots to scan for that kind of thing and you'll get into their...
August 18, 2009 at 8:58 am
You could start with parsing, and then you'd have to build something yourself to test for validity.
It could be as simple as taking the SQL statement and running it as...
August 18, 2009 at 8:36 am
Not sure what you mean. Management Studio can be used a query tool, and the Express version is free. Is that what you mean?
August 18, 2009 at 8:26 am
I favor a completely open playground, a slightly locked down dev box, and totally locked test, QA, and production boxes.
The playground is where you can try just anything at all....
August 18, 2009 at 7:11 am
Lowell, I don't think that will work with file names like "My Long File . Has Extra . Periods . In . It .xls".
For something like that, if you just...
August 18, 2009 at 6:53 am
My main outsourcing experience started with the owner of the company we would be ourtsourcing to flying to the US to meet us.
He took one look at the database I'd...
August 17, 2009 at 2:00 pm
Viewing 15 posts - 8,701 through 8,715 (of 14,953 total)