Viewing 15 posts - 1,441 through 1,455 (of 1,993 total)
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...
MVDBA
April 17, 2009 at 2:51 am
usefull info steve.. thanks
MVDBA
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...
MVDBA
April 16, 2009 at 7:49 am
sumanta.roy52 (4/9/2009)
MVDBA
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...
MVDBA
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...
MVDBA
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...
MVDBA
February 4, 2009 at 9:05 am
PCI compliance for credit and bank data out of the box
MVDBA
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...
MVDBA
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
MVDBA
December 18, 2008 at 3:24 am
astebler (12/15/2008)
- [298] SQLServer Error: 6, Specified SQL server not found....
MVDBA
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...
MVDBA
December 17, 2008 at 9:23 am
Either we're allowed to assume that ALL steps succeed or that Any step could fail....
therefore If all steps succeeded then the answer is YES (because you must have taken a...
MVDBA
December 12, 2008 at 4:59 am
Some people are suggesting that we are assuming that the log backup is successfull but that this is not explicitly stated.....
ok - to take that point further - it is...
MVDBA
December 11, 2008 at 7:42 am
Viewing 15 posts - 1,441 through 1,455 (of 1,993 total)