Viewing 15 posts - 796 through 810 (of 1,884 total)
I understand. You are asking about numbers as numbers, not a dictionary order. Then if you know your number as a string format you may convert string to an integer...
May 24, 2006 at 3:14 pm
Add the Order By like this if you know that the number starts at the third character:
Order By substring(MyField,3,20)
If you don't know exactly how many letters are there before a number...
May 24, 2006 at 11:18 am
I would use Profiler trace with Audit Login, Audit Logout and Audit Login Failed events, set the rollover size 5 MB, once the file rolls over and the previous file...
May 24, 2006 at 11:08 am
Dan,
Do you know what is it that takes so much space in Master? Did you try to run sp_spaceused to see where does the space go?
May 24, 2006 at 11:02 am
First, you can start the trace right away.
Second (and this is what I normally do): I open Enterprise Manager Current Activity Window , ask the app developer the user name...
May 24, 2006 at 10:57 am
Daniela,
You would like to use SQL Server Profiler and create a Trace for the Security Audit events: Audit Login, Audit Logout and Audit Login Failed.
May 24, 2006 at 10:49 am
Nice!
I would add the following points in regards to High Availability:
- REQUIREMENTS (in Upper Case) document that specifies exactly what do the want
- Recovery Model
- DRP
- Virtual Server (as in...
May 24, 2006 at 10:44 am
Did someone really tested in practice?
If nobody wants to test I will test in the afternoon
May 24, 2006 at 8:29 am
Eric,
I am not sure you can define a custom server-level role, I have not heard of one. There are several fixed server roles and you can Grant/Deny/Revoke certain statement permissions...
May 23, 2006 at 4:05 pm
Eric,
There are easy ways to create a script based on a list. But I would not advise it in your particular case. I would ask your network administrators to create...
May 22, 2006 at 4:11 pm
English!
Talking about the language, the question should say not "which models CAN you use" but "which model(s) SHOULD you use"
I do agree with all that BOL does say we CAN...
May 22, 2006 at 4:00 pm
I talked to this server support person and we decided we did not need these features that use MSDE and we uninstalled them, MSDE included. Then I installed SQL Server...
May 22, 2006 at 10:15 am
Susan,
Please, note that if your server is DELL some DELL server utilities do install MSDE. I was surprised too when found MSDE on a brand-new server. Then the server support...
May 19, 2006 at 11:26 am
Steve,
Thanks. I think it is not the Windows issue by itself but an application issue. Maybe a Microsoft Application issue. Something reset the BAK files association to something related to...
May 19, 2006 at 11:22 am
I too have a job on one 2005 server going towards other servers daily and querying MSDB and sending me an email. But nothing can replace a visual check and you...
May 19, 2006 at 8:33 am
Viewing 15 posts - 796 through 810 (of 1,884 total)