Viewing 15 posts - 376 through 390 (of 468 total)
great article. i have a question though. you say
Length of service shows loyalty."
I am not long out of college, and have been 18 months in a SQL server Admin role...
June 19, 2007 at 2:32 am
no trouble at all. what exact error are you getting? i found though that when installing, set up as mixed mode auth, and make sure to enable the sa account so...
June 19, 2007 at 2:07 am
Hi. Im still having trouble understanding the contents of the page you supplied. the code:
myServer.sql_endpoint proxy = new myServer.sql_endpoint();
proxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
what kind of object is myServer? what references do i...
June 5, 2007 at 2:53 am
found out the issue. i had the server limited to 4 remote connections. youd never know from the above error!!! i would expect the error to say something like "...
May 22, 2007 at 11:01 am
crap. just realised the database i question is still on sql server 2000.
so far my solution is this.
I created a job called checkForLogin.
This job runs each minute.
its code is...
May 22, 2007 at 7:44 am
a login trigger! brilliant !!! is there a logout trigger also?
May 22, 2007 at 7:35 am
no, that was the first thing i checked. we have spread the tempdb out over about 3 drives, and given it 6 files, each 2 gb in size. i could...
May 10, 2007 at 1:58 am
Great article! I completely agree. I went to college with 10 friends and we all finished up wtih completely different abilities even when all trained the same way.
One guy...
April 19, 2007 at 4:54 am
i had a brief look at lugiment a while ago, but il have a look again. never really done much with it. you would expect a feature like that to...
April 17, 2007 at 1:01 pm
thanks for that! it seems that point in time restoration is the clostest thing i can get to what i want. it would be a nice feature to be able...
April 16, 2007 at 8:57 am
from doing a bit more research i see that i am not using marked transactions. how do i restore to a specific transaction in the transaction log backup?
April 13, 2007 at 10:08 am
i already checked that out, but that just shows me how to back up to the last committed transaction in the log backup, and not one of the other previous...
April 13, 2007 at 8:33 am
that was exactly what i was looking for. thanks a million. Il do further research now, its just that my question was so simple that i think bol just didnt...
April 3, 2007 at 6:27 am
my bad! thanks. yea that helped me out heaps! thanks a mil
March 14, 2007 at 3:35 am
Viewing 15 posts - 376 through 390 (of 468 total)