Viewing 15 posts - 3,601 through 3,615 (of 7,191 total)
In your expression, there is a space at the start of the string. Is that how your data looks?
John
April 1, 2014 at 9:15 am
Oops - double post!
April 1, 2014 at 8:12 am
If Simple is involved anywhere then your backup log chain is going to be broken.
Full -> Simple -> Full: take full backup immediately after reverting to Full
Full -> Bulk Logged...
April 1, 2014 at 8:02 am
Yes. Either switch to Bulk Logged instead of Simple, or take a full backup as soon as you switch back to Full.
John
April 1, 2014 at 7:48 am
If the server you're trying to connect to doesn't listen on port 1433, you'll either need to specify it in your connection string or create an alias on the computer...
April 1, 2014 at 7:33 am
zedtec (4/1/2014)
If using two jobs would I add my trace script in both...
April 1, 2014 at 4:21 am
The job will start at the time specified in the schedule and run until it finishes. If you're running a trace, you probably need two jobs - one to...
April 1, 2014 at 3:16 am
Have you tried the Starting at and Ending at fields in the Daily frequency section?
John
April 1, 2014 at 3:09 am
Uwe Ricken (3/31/2014)
Do you really think its because of some internet points?
Well, at least five people have asked for their money back.
You can argue talk all you like about what...
March 31, 2014 at 9:46 am
I'm afraid I don't know what you mean. Please post your code.
John
March 31, 2014 at 9:40 am
Have you read the page on CAST and CONVERT in Books Online?
John
March 27, 2014 at 10:14 am
The first one is ANSI compliant and so is usually preferred. I prefer it also because it keeps the join predicate separate from the WHERE clause. Finally, for...
March 27, 2014 at 10:13 am
Probably best to use ALTER DATABASE to change those file paths to drive letters, then. Make sure you have backups first.
John
March 27, 2014 at 5:11 am
Peter
I don't know what's going on here. If you do [font="Courier New"]SELECT * FROM sys.master_files[/font], do all the file paths show as drive letters? If so, something is...
March 27, 2014 at 4:47 am
Viewing 15 posts - 3,601 through 3,615 (of 7,191 total)