Viewing 15 posts - 13,381 through 13,395 (of 39,818 total)
On the list. It's a surprising amount of development work, so it hasn't been a priority. I have been thinking of these options:
- immediate
- never
- every hour
- every day
For the...
July 23, 2012 at 12:02 pm
A couple things:
First, you might want to use .data, and not .query (that returns XML).
Second, XML is case sensitive, so "posttime" will not work. "PostTime" is needed.
Not entirely sure where...
July 23, 2012 at 11:21 am
Is Server C a SQL Server? If so, use a maintenance plan to delete old backup files. Very simple.
If not, then you can search on this site for "delete old...
July 23, 2012 at 10:51 am
Brandie Tarvin (7/23/2012)
July 23, 2012 at 10:35 am
Nope, just passed on all mine. No scores.
July 23, 2012 at 10:34 am
I'm probably being optimistic. Hopefully I'm wrong.
July 23, 2012 at 10:27 am
As mentioned functions are a bad idea. Code reuse in SQL Server doesn't work very well.
If you show some code and DDL, we may be able to help rewrite...
July 21, 2012 at 11:11 am
We really need the entire error message, as noted above. 53 is generic, but there should be something with it to explain things.
Are you sure that your client is connecting...
July 21, 2012 at 11:03 am
The Stairways are a great way to learn about particular topics.
Your question about learning SQL Server is more like "how do I learn about government" than "how do I learn...
July 21, 2012 at 10:57 am
You can also use the tools from Sysinternals to find out if the file has a lock on it.
July 21, 2012 at 10:54 am
jeff.mason (7/20/2012)
Steve Jones - SSC Editor (7/20/2012)
12:10 AM - Transaction...
July 20, 2012 at 2:40 pm
Perhaps not. Replication can work, but it's a lot of administrative overhead. AlwaysOn is easier to administer, but $$. Depends on your resources.
If you want to go to the cloud,...
July 20, 2012 at 2:31 pm
krystian (7/20/2012)
In my understanding all transaction changes until the point where backup finish are recorded in the backup...
July 20, 2012 at 1:39 pm
Viewing 15 posts - 13,381 through 13,395 (of 39,818 total)