Viewing 15 posts - 391 through 405 (of 640 total)
So your on ORACLE and connectioning to SQL - so as long as you have drivers installed thats how you connect these two together.
Is oracle sql developer come with Oracle...
November 6, 2008 at 9:01 am
Try using the sa or equilavent instead of the Network ....i never got Network/Acct to work.
November 6, 2008 at 8:48 am
When you do your restore....do you first have to restore the FULL BAK then the LOG TRN after this.
I.e lets say you have FULL BACK Midnight and then 5 TRN...
November 6, 2008 at 8:43 am
Why don't you try this for updating the statistics
UPDATE STATISTICS DaveTable(anames)
WITH FULLSCAN, NORECOMPUTE
GO
Be careful the above can take some time to run on a massive Database.
November 6, 2008 at 8:36 am
Oh that will teach you to read the manual 😀
November 5, 2008 at 8:26 am
Hmm that interesting i believe mine is none i don't change the defaults...
Glad to hear it working.
November 5, 2008 at 6:07 am
where do you put sync type ? just for further reference.
November 4, 2008 at 4:11 pm
Ok i needed to put on lock release and acquired also to see it .
Then i could see what page of data it was on.
Thanks.
November 4, 2008 at 10:15 am
Is there a way to see in the sp_lock - which actually event it is on.
I have about 6 different locks.
So i was wondering at what stage is the code...
November 4, 2008 at 9:35 am
10 MIN is the default then it stops the databasemail then it should fire again when you request email.
You can change this setting but mine sometimes fires on the hour...
November 4, 2008 at 9:29 am
I get the same thing..........over here - i am on with MS but they can't figure out but the call is still open.
November 4, 2008 at 9:28 am
Oh - let me look in the profiler for that event selection cheers
November 4, 2008 at 9:03 am
sp_depends not heard of this.
Oh but i was trying to get the exact sp the sql is in when it booms out but i get fetch api and that means...
November 3, 2008 at 12:54 pm
Yes got all of them - just trying to figure out how the @P1 is coming in because it not the right values got to be a unique coding for...
November 3, 2008 at 8:25 am
I see if i can get the login and go look myself - cheers.
Its the strangest thing for me sometimes they fire then hours later they don't then they run...
November 2, 2008 at 11:00 am
Viewing 15 posts - 391 through 405 (of 640 total)