Viewing 15 posts - 271 through 285 (of 589 total)
The row number would be, but can in no way be tracked back to a certain record in the database. i.e. it is in no way a primary key for...
August 7, 2007 at 3:23 pm
Hey we all like new and fast hardware! Of course godo efficient code combined with fast hardware is even better!
Sometimes though, good enough...
August 6, 2007 at 7:42 am
Maybe you should look into sql_variant data type?
If not I think you would have to encapsulate your entire query in the same string to execute as where you declare your...
August 3, 2007 at 10:43 am
I'm not at work, but will try to answer a few questions. I have one primary XML and one secondary XML index on the column. I did however remove them...
August 2, 2007 at 3:06 pm
Did I mention I do not like XML?
So on a whim I decided to try something a bit different. Instead of doing an insert directly from the main XML blob,...
August 1, 2007 at 2:53 pm
The main problem with diesels in the US is that the sulphur (I think) content is too high for the new diesels so popular in Europe (i.e. common rail diesels). ...
August 1, 2007 at 2:49 pm
In general I would say follow the directions, but make sure that it is documented.
Once upon a time I was a DBA and an underwriter of aircraft insurance (my first job...
August 1, 2007 at 2:43 pm
Yikes!
First of all I would look at locking (begin tran) in general, and see if there is a way to reduce the number of transactions. I would assume with that...
August 1, 2007 at 7:47 am
By only passing the correct number of arguments?
Not excatly sure what you are saying, but if you have a function declared like :
create function dbo.fcn_test @input int
then you can only...
August 1, 2007 at 7:40 am
I thought with Windows 2003 running out of driver letters was no longer an issue since you can use mount points for drives instead of drive letters. I'm no specialist...
August 1, 2007 at 5:28 am
You need to have an account that has the appropriate security on the server itself as well. The answer to appropriate is "it depends" but this is fairly well documented...
July 31, 2007 at 1:14 pm
The Pilot in Command sits on the left for a good reason. Right hand being better to hit the second in command when he/she messes up!
July 31, 2007 at 9:17 am
You can't backup to the network from within SQL if you are running SQL Agent under local account, has to be a domain accont.
July 31, 2007 at 9:07 am
Sorry been busy. Here is a sample of the code, the two XML data types being passed in the range of 150-350K, depending on the policy involved. The code presented...
July 30, 2007 at 10:38 am
I try to stay right at 40 hours, some weeks more, rarely a LOT more. I am however on call 24/7 as the only DBA where I currently work (and...
July 27, 2007 at 6:48 am
Viewing 15 posts - 271 through 285 (of 589 total)