Viewing 15 posts - 3,586 through 3,600 (of 4,272 total)
Definitely use GSquared's query, but I have a question, you can use 3rd party tools but not vendor supplied tools? I'm not sure that makes any sense..
You could always...
September 15, 2009 at 1:15 pm
I would be ultra careful about killing and SPID with a value less than 50, they tend to be system processes. I think you need to be looking elsewhere...
September 15, 2009 at 1:05 pm
I would expect it to. The trick is getting the instance to listen on that port. Is there any other instance on that server? If so you...
September 15, 2009 at 11:59 am
Bert (9/15/2009)
September 15, 2009 at 11:22 am
ramadesai108 (9/15/2009)
How do I create a trigger based on time. For example, I have a date/time column in my table. I want to compare the current time with the...
September 15, 2009 at 10:43 am
I saw this one too, however, your highlighted portion is only relevant when using like in the '%sddfg' scenarion and is not relevant in the '%sddfg%' scenario, good article though.....
September 15, 2009 at 10:40 am
Silverfox (9/15/2009)
I could say straight away that SSIS, SSRS and SSAS are integral sql components and they are part of a DBA working suite. how would you consider DTS then...
September 15, 2009 at 10:35 am
Coming into this discussion late..
I think the points about all the ancillary tech around SQL like SSRS, SSAS, and SSIS are pretty good, but I think we lost focus on...
September 15, 2009 at 9:53 am
You might start with:
I would also suggest developing a naming standard for all objects so that you can clearly tell what they are and what they do.
CEWII
September 15, 2009 at 9:17 am
sbowell (9/15/2009)
No, I was try to use an after trigger. However due to the complexity, age and size of our system, it won't be...
September 15, 2009 at 6:37 am
singhster (9/15/2009)
Elliott W (9/14/2009)
September 15, 2009 at 6:35 am
Mark (9/15/2009)
The first table is just the employee table. the second table is the relationship between the people in the first table. What I would...
September 15, 2009 at 6:28 am
Can you ping the servername that you are trying to connect to FROM the server with the DTS job on it? It sounds like you need to do the...
September 14, 2009 at 11:08 pm
Most of that can be handled with server level DDL triggers and LOGON triggers. Some of the trace file stuff may not be necessary depending on your method of...
September 14, 2009 at 10:47 pm
Then they won't be able to connect.. But that is a client problem and not something that will be resolved at the server. It is also not a...
September 14, 2009 at 10:35 pm
Viewing 15 posts - 3,586 through 3,600 (of 4,272 total)