Viewing 15 posts - 4,366 through 4,380 (of 9,707 total)
It would help, in the future, if you post that you have tried Google what results you've gotten. We have too many users here with errors like this that don't...
May 23, 2012 at 11:44 am
There is a difference between the .bak file and the backup device. SQL Server needs an object called a backup device to which it passes the backup data. The backup...
May 23, 2012 at 11:37 am
You could check out Replication or Snapshots or just INSERT the data from one db to the other (and add the date to the SELECT list).
Or you could look at...
May 23, 2012 at 11:27 am
Try this one:
And try googling your error. There are a lot of possible solutions out there, it just depends on which one is closest to your actual problem.
May 23, 2012 at 11:22 am
drew.georgopulos (5/23/2012)
Are your DBAS masters of your business' business rules?
In my office, we unfortunately know more about the business rules than our business users do. Additionally, there are too few...
May 23, 2012 at 11:18 am
Check out this MS technet page:
May 23, 2012 at 11:07 am
The only other thing I can think of is whether or not your services are running under domain accounts or not. Have you checked that?
May 23, 2012 at 4:40 am
Then it has to be something with the SA account. Per this link:
For features supported by Evaluation and Developer editions see the SQL Server Enterprise feature set.
That tells me Eval...
May 22, 2012 at 9:12 am
Koen Verbeeck (5/21/2012)
I don't know a lot about log shipping, but I can't see the future either...http://www.sqlservercentral.com/Forums/Topic1303857-391-1.aspx
Then obviously you are misusing DBCC Timewarp(). You are hereby forbidden to use this...
May 22, 2012 at 7:23 am
The eval version of Enterprise should be able to do everything that the regular version does. I've never know MS to cripple their demos on ability when they've got a...
May 22, 2012 at 7:17 am
Lots of people automate those processes. If you would like your processes reviewed (with us giving advice on how to improve them), you need to post those processes and any...
May 21, 2012 at 8:17 am
Your first post said you already found a solution and you wanted reviews.
Is that not what you want?
May 21, 2012 at 6:20 am
I have a question for all the SQL Saturday organizers.
What type of topics do you see a need for that you don't see enough of?
What level of topics do...
May 21, 2012 at 5:33 am
I actually have a real review of one of my stories. A real one, as opposed to a review that doesn't say anything.
<insert happy Snoopy dance>
http://www.goodreads.com/review/show/175988972
Sorry for interrupting SQL-ness, but...
May 21, 2012 at 4:47 am
Steve Jones - SSC Editor (5/18/2012)
Brandie Tarvin (5/18/2012)
Steve, would you approve such an animal if I sent it...
May 18, 2012 at 12:29 pm
Viewing 15 posts - 4,366 through 4,380 (of 9,707 total)