Viewing 15 posts - 781 through 795 (of 1,999 total)
run a dbcc opentran() command against your source database - this might point you in the right direction
if you have one uncommitted transaction in that database then anything that uses...
October 23, 2019 at 11:35 am
Yes @MVDBA, I tried both accounts that is logged with sql sa account and logged with windows authentication mode but that didn't worked.
I think you misunderstood me
if you go...
October 23, 2019 at 9:10 am
Not on my server
never has on any server i've ever had
October 23, 2019 at 9:02 am
not used that one before.. Does it include the instance name?... That's the kicker.
October 22, 2019 at 5:34 pm
@@servername is normally the way to go, but it depends on how you refresh your environment
I worked with a company who cloned all of their EPOS systems in 400 stores,...
October 22, 2019 at 4:12 pm
damnit... I use these almost every day and I still got it wrong (I don't cheat and run the code)
we use persisted computed columns in so many areas - one...
October 22, 2019 at 4:07 pm
It's 4 part naming - i'll give openquery a go - I've been playing with all sorts of techniques, but I've found that even if I Kill the spid half...
October 22, 2019 at 3:51 pm
in each database you can set the parameterisation options (right click on the database, go to properties and go to options)
obviously stored procs with nice parameters would be the ideal...
October 22, 2019 at 2:42 pm
have you run a sql profiler trace to see what the client app is trying to do - sounds like the UI is doing the rounding for you
October 22, 2019 at 12:08 pm
The plan splits for each block of code - the bottom 2 sections are function calls within your proc - i'm afraid you can't keep them as 1 plan (that...
October 22, 2019 at 10:42 am
checksum has bitten me so many times (it was there when I started), binary checksum is a bit better, hashbytes is even better - but as phil says "hashing algorithms...
October 22, 2019 at 10:35 am
a great start - I use rownumber over (partition by order by) a lot
one of the more overlooked windowing fuctions though is NTILE - especially when you are dealing with...
October 22, 2019 at 10:26 am
then it's clear that the 2 steps in the job are operating under different security contexts.
try this - is your sql agent service running as a domain account ? (if...
October 22, 2019 at 7:59 am
Back in 2005 I started a new job with a large UK based gambling company.
I think it might have been my 2nd week with the company and I got pulled...
October 21, 2019 at 4:17 pm
Good point, if I: is a mapped drive of a network share, the mapping may not exist for the user the backup job is running as. UNC path name...
October 21, 2019 at 3:57 pm
Viewing 15 posts - 781 through 795 (of 1,999 total)