Viewing 15 posts - 1,441 through 1,455 (of 1,995 total)
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
I think the only way to answer this question is if you can identify what kind of DBA you are and what kind of environment it is.
I've consulted for many...
January 2, 2009 at 2:47 am
sorry - the original function was designed to split integers - you should be able to modify the code so output a list of varchars rather than int
MV
December 18, 2008 at 3:24 am
astebler (12/15/2008)
- [298] SQLServer Error: 6, Specified SQL server not found....
December 17, 2008 at 9:36 am
I use a function to turn comma separated lists in varchars into tables (don't ask - i know it breaks 1st nornal form - it's something i inherited)
you should be...
December 17, 2008 at 9:23 am
Viewing 15 posts - 1,441 through 1,455 (of 1,995 total)