Viewing 15 posts - 1,441 through 1,455 (of 1,999 total)
wannabe dba (4/28/2009)
April 28, 2009 at 9:41 am
is it instant? or is it several minutes later that the related data is removed
just thinking you might have a sql server agent job that purges related data
it can only...
April 28, 2009 at 9:34 am
if you set up a profiler trace then you should be able to capture this
just remember to set "RPC/statement/batch starting" and RPC complete events in the trace - if you...
April 28, 2009 at 9:30 am
another thought - although i may be barking up the wrong tree here..
how does SQL 2005/2008 know if there has never been a backup? if it's the MSDB backup history...
April 28, 2009 at 9:27 am
also before you run these tests make sure you clear the buffer cache and make sure they are both compiled - otherwise you will skew your results
April 17, 2009 at 8:49 am
I've experienced similar - i think this is to do with your UDF
try creating a temp table (for test purposes) and insert into the test table the data returned from...
April 17, 2009 at 8:48 am
well - I kind of agree, but it's a difficult call.
this is not a "coding" role - where you get to create new features, but a "consultancy" or "advisory" role...
April 17, 2009 at 2:51 am
usefull info steve.. thanks
April 16, 2009 at 8:45 am
One more thing to add to the conversation
I'd love to call them "DBA" - however this is for one of our foreign offices (india) and i'm informed that the...
April 16, 2009 at 7:49 am
sumanta.roy52 (4/9/2009)
April 9, 2009 at 4:01 am
An instance is an installation of SQL server.
you can have many instances on one server.
Each instance will have a set of system databases and it's own configuration.
Each instance can...
April 9, 2009 at 2:49 am
if you can risk gost data in your select statement then you could change the code to use NOLOCK
Select * from table WITH (NOLOCK)
there are certain risks involved (possible...
April 9, 2009 at 2:46 am
nice try -
unfortunatly the output of a proc can be anyting and is not stored in syscomments or syscolumns....
i went that way to start with ..... i think this...
February 4, 2009 at 9:05 am
PCI compliance for credit and bank data out of the box
January 23, 2009 at 2:54 am
Viewing 15 posts - 1,441 through 1,455 (of 1,999 total)