Viewing 15 posts - 286 through 300 (of 347 total)
run a profiler trace and collect the login success event.
April 11, 2007 at 7:55 am
my take is that is is a matter of opinion. I think it's much easier to get certified if you have the experience. That doesn't necessarily mean you can't get...
April 3, 2007 at 12:01 pm
That is it - couldn't remember what that setting was for the life of me - Thanks
March 30, 2007 at 2:10 pm
use either osql or sqlcmd, depending on your version of SQL (2000 uses osql, 2005 is sqlcmd)
you can use that to run sp_startjob
so your command may look like this:
osql -E...
March 21, 2007 at 1:59 pm
there is no link between SA and your service account, although most people I know add the service account to the SA role
March 21, 2007 at 1:54 pm
Check out DDL triggers in BOL and you should be able to get what you need.
March 21, 2007 at 1:51 pm
that is usually set on the client side.
March 19, 2007 at 3:50 pm
Thanks all for your suggestions on how to handle this mess. The designer has ran off to a far away location for obvious reasons. Thanks again!
February 15, 2007 at 8:49 am
Good suggestion!
yes, the second example is exactly what we are looking for, although it doesn't necessarily need to be every other row. as long as the ID is not duplicated...
February 14, 2007 at 11:52 am
Unfortunately, I don't have an answer as to why this is the way it is. It's already in production and they got a dupe in one of the tables, hence...
February 14, 2007 at 10:32 am
I encourage everyone to try a few things here.
I am a huge fan of trying things several ways and simply testing to see what one runs the fastest for...
January 16, 2007 at 3:37 pm
We use one account for production, one for QA, one for dev and one for test. since the servers are the only ones that use the account, they shouldn't get...
January 5, 2007 at 2:17 pm
Viewing 15 posts - 286 through 300 (of 347 total)