Viewing 15 posts - 76 through 90 (of 137 total)
I have a script for this at the office. If I forget to post by 11:00 am cst, drop me an email.
John
March 14, 2002 at 11:50 pm
my bad. vbscript not tsql.
Space(850) still works in vbscript.
Replace(character, number) becomes
Space(Number, character).
March 8, 2002 at 3:54 pm
March 8, 2002 at 3:46 pm
Final solution!
Our network support guys couldn't get the drive letter to work for the account sql logs in as. I used vb script called from a job to create...
March 8, 2002 at 12:40 pm
Host Integration Server is M$'s .NET bridge server. It allows you to do cool stuff like map an NT login or group to an AS400 login and manage permissions...
February 15, 2002 at 3:37 pm
Brian,
Give me my 100K and I walk away with a smile on my face!
February 8, 2002 at 2:11 am
First off, please get in the habit of formatting your code in such a way that it's easier for you to see what is going on. Start small and...
February 7, 2002 at 5:17 pm
Anteres,
Your method works, but forces a table scan. I tried it out and it's S L O W. 7 seconds vs under 1 second executing a SQL String...
February 7, 2002 at 5:00 pm
Luis,
Try this on for size:
select
aramazem,
article,
sum(quant),
sum(total)
from
(select
case when ARMAZEM=1 THEN 'FEIRA'
WHEN ARMAZEM=2 THEN 'PINHEL'
...
February 7, 2002 at 4:39 pm
I was just about to flame the "cache a recordset in MTS" idea until I read where you took it. Keep the middle tier simple and stateless! Saving the...
February 7, 2002 at 4:06 pm
Here's a question. When offering a service such as SQL Server hosting, at what point does the lack of preparedness for disaster recovery become negligent? I believe a...
February 7, 2002 at 2:48 pm
Antares,
I spoke with a tech support guy. They actually back up the sql boxes nightly. One thing concerned me - they back up all their sql machines to...
February 7, 2002 at 2:11 pm
How many dimensions are your users crossjoining? Can you post some sample MDX?
February 7, 2002 at 11:44 am
Viewing 15 posts - 76 through 90 (of 137 total)