Viewing 15 posts - 3,541 through 3,555 (of 7,191 total)
Andrew
To me, that looks serious enough to raise a case with Microsoft and send them the stack dump. Other than that, maybe someone who knows more than I do...
June 6, 2014 at 3:58 am
adb2303 (6/6/2014)
I only get OS error 170.
OK, then this is only going to help with the one you posted. Do you have any other examples, please?
John
June 6, 2014 at 3:14 am
Andrew
Yes, you will get exactly the same problem if you're using the same script or maintenance plan or whatever to back up your databases. Like I said, this is...
June 6, 2014 at 3:04 am
Andrew
Do you have any other examples of Operating system error 170, please? Whenever you get an operating system error xxx message, go to a command prompt and type [font="Courier...
June 6, 2014 at 2:59 am
Andrew
The backup failure on T:\MSSQL10_50.sqlvault\MSSQL\Backup\UserDBs\EVVSGxxxxx\20140605_200752_EVVSGxxxxx_1_11.BAK - is that a backup that you have scheduled? At what intervals does this error occur?
John
June 6, 2014 at 2:46 am
Well, you won't know until you try, but I would guess that it will.
John
June 6, 2014 at 2:04 am
You need to use the splitter I linked to earlier in order to separate the languages out. Then you will be left with strings like this:
[font="Courier New"]US:"Project/Prescription sale"[/font]
The bits...
June 5, 2014 at 8:27 am
Yes. Do you have the option to use Windows authentication to connect instead? It's bad practice to do anything as sa.
John
June 5, 2014 at 8:19 am
Well, the language-specific description always begins at the 6th character, and ends at the (n-1)th character, where n is the total length of the string. You can use SUBSTRING...
June 5, 2014 at 8:10 am
Andre 425568 (6/5/2014)
Unfortunately this is not a central server as such
Not sure which server you're referring to, but you can set up any old server as a CMS (has to...
June 5, 2014 at 8:06 am
If it's an option, I would create a table with one row for every combination of sale type and language. Then you can use a splitter[/url] and a little...
June 5, 2014 at 7:52 am
I wasn't aware there's a maximum length of script for the Execute SQL Task. What is it, as a matter of interest?
June 5, 2014 at 7:41 am
I only mean that you should do that as a one-off, in order to discover the ASCII number. Once you've discovered it (let's say it's 99), you can do...
May 30, 2014 at 2:08 am
Perhaps a variable in that part of the OPENROWSET clause isn't supported, although I can't find that documented anywhere. You may have to use dynamic SQL instead. Beware...
May 29, 2014 at 9:48 am
I don't know whether this'll work, but it's worth a try. Do it on a test server, not in production. Find a row in the table that contains...
May 29, 2014 at 8:57 am
Viewing 15 posts - 3,541 through 3,555 (of 7,191 total)