Viewing 15 posts - 631 through 645 (of 1,186 total)
I guess I am confused by what you are terming "running status" Does this mean the job complete/fail?? IF yes you can check sysjobhistory.....
December 24, 2004 at 5:06 am
you can also (not the best idea) build your own. Windows OS comes with several different ways of checking SC.exe being one of them...
December 23, 2004 at 10:23 am
Why cant you check sp_who2 to see what is running??
December 23, 2004 at 10:22 am
I assume that you are attempting to login with a SQL account? Sounds like the server is in Windows Mode only and will not allow SQL accounts.
There is a thread...
December 23, 2004 at 10:20 am
I have done it before. You have to write your entire statement to a variable and then use sp_executeSQL to process it.
With that said IF I knew then what I...
December 23, 2004 at 5:47 am
Have you tried adding -E to the osql statement (trusted connection) or -Uuserid -Ppassword
December 22, 2004 at 5:08 am
please see posts to same question at:
http://www.sqlservercentral.com/forums/post.aspx?forumid=145&messageid=152133
December 22, 2004 at 5:08 am
Why can you not create the Foreign keys on a new table and then drop the old AFTER changing the view?
Again the problem is as follows
December 21, 2004 at 6:01 pm
Another way to skin same cat is to create a UDF that will return the value you are seeking...
December 21, 2004 at 8:26 am
Yes,
December 21, 2004 at 8:25 am
OK how bout this way to skin the cat.
NEW Table PER MONTH. Why? Glad you asked...
December 17, 2004 at 7:01 am
Believe it or not they are MS papered in VB, SQL, ASP, etc... MCSE, MCAD, ...
Another GREAT reason why PAPER alone is not a good reason to hire...
December 17, 2004 at 6:56 am
I would get with a server engineer that is responsible for that cluster and ask for their help. Opening Outlook on PASSIVE will buy you $0.00. The SQL instance won't...
December 16, 2004 at 4:06 pm
To help ease Frank's pain..
I am tasked with "enhancing" several of our VB6 applications. the one I am currently playing with has the following:
December 16, 2004 at 4:02 pm
Dorothy,
You need to ensure that Outlook is ALWAYS open regardless of which node is currently ACTIVE. An oldie that got re-introduced with Windows 2K3. If you want to move...
December 16, 2004 at 10:55 am
Viewing 15 posts - 631 through 645 (of 1,186 total)