Viewing 7 posts - 1 through 7 (of 7 total)
Hello AJ Ahrens,
Do you use neutral accounts or accounts like a_account, t_account? I tried both ways but it's both difficult. Another problem is that some accounts own objects, so I...
June 9, 2005 at 1:50 am
Maybe here's some information you can use:
February 17, 2005 at 2:22 am
Maybe I'm missing the point, but I don't see what this has to do with QA. Why don't you use "substring" to make the output more readable? Something like: select...
February 17, 2005 at 2:12 am
Why not use "sed" for Windows?
sed "s/^[ \t]*//" filename
Removes all leading whitespaces.
Regards, Peter.
June 14, 2004 at 2:11 am
Thanks David, that's what I was looking for! I put it together now like this:
select
substring(name,1,10) as Databasename,
substring(filename,1,50) as Filename,
str(size * 8) + N' KB' as Size,
str(maxsize * 8) + N'...
April 29, 2004 at 7:27 am
You could use the "sqlping.exe" utility. You can ping a host and it returns all instances with versionnumbers and tcp portnumber.
January 9, 2004 at 1:40 am
Thanks for your answer, but I tried that before to see what happens. When I try to connect through QA I get the message: login failed because server is in...
November 19, 2002 at 8:21 am
Viewing 7 posts - 1 through 7 (of 7 total)