Viewing 15 posts - 511 through 525 (of 832 total)
Got it wrong, but that's because I selected what I thought would be the logical thing to happen when restoring a database with unsupported features--it's not something I've ever actually...
May 6, 2011 at 1:44 am
This is VERY BAD.
First, If you have to "SET RECOVERY SIMPLE" then this implies that you are not doing sufficient Transaction log backups. If you're not doing Transaction Log...
May 5, 2011 at 2:35 am
The public perception of computer systems is that they are mindless robots who interpret commands from operators literally and then follow through with them relentlessly, even when the operator realizes...
May 3, 2011 at 8:47 am
It's not just Microsoft and Amazon you need to worry about with this sort of thing. I'm sure we've all heard of (or even been affected by) the situations where...
May 3, 2011 at 4:03 am
You actually get a similar problem if you have a SQL file that's Unicode but without the proper Unicode byte-ordering mark at the beginning--that'll open in Notepad when you double-click...
April 27, 2011 at 6:01 am
Stefan Krzywicki (4/20/2011)
While you can compile with VS Express, doesn't the licensing require that you buy the full version if you release anything/make it public?
No.
http://www.microsoft.com/express/Support/Support-faq.aspx
Check out "Can I use Express...
April 21, 2011 at 1:47 am
I can't see any reason why Robocopy would be any faster than using a normal copy from a command prompt--it's not like it compresses the data it's copying or anything...
April 19, 2011 at 1:36 am
Jeff Moden (4/17/2011)
Restore from tape maybe?
Of course, if they don't have the tape drive directly connected to the SQL server itself (or SAN, if they're using one) that would just...
April 18, 2011 at 2:09 am
I may be wrong, but as far as I know you can't change whether the server is running Windows authentication or mixed mode without reinstalling it.
April 15, 2011 at 2:00 am
I think the clue here was that he mentioned what day it was in his editorial for the day! 🙂
April 15, 2011 at 1:45 am
nelsonj-902869 (4/13/2011)
April 13, 2011 at 9:14 am
Oh, I agree, the question was perfectly clear--my problem was that I worked out which two wouldn't work, and then went ahead and ticked them without thinking about what I...
April 13, 2011 at 8:12 am
D'oh! After I'd submitted my answer I realised I'd ticked the two that triggered the error, NOT the two that would complete successfully...my reading comprehension clearly needs work. :crying:
April 13, 2011 at 6:32 am
David Data (4/11/2011)
Er :ermm: ... does anyone remember when this forum was about SQL Server, and this thread about SQL Injection issues? :Whistling:
The article this thread is responding...
April 12, 2011 at 1:10 am
The Express edition of SQL server doesn't include the SQL server agent. If you've installed a full version of SQL then you don't wan to be using Management Studio Express...
April 11, 2011 at 1:49 am
Viewing 15 posts - 511 through 525 (of 832 total)