Viewing 15 posts - 226 through 240 (of 589 total)
hmmm not sure the example from AdventureWorks is correct. If you do top 6 on the quantity > 25000 you get 616 logical reads. By your theory there should only be...
September 6, 2007 at 8:11 am
I stand corrected. Now to see if I can replicate that in our production environment although I don't think we have less records than the ones we want in the...
September 6, 2007 at 6:17 am
Here is a quick sample. The wording in @match will be removed from the FormData column in the Extract table.
DECLARE
September 5, 2007 at 11:25 am
SQL Sentry does basically what EdVassie is talking about. Excellent scheduling software for SQL IMO. And no I am not linked with the company in any way, just been very...
September 5, 2007 at 11:04 am
Not sure I am buying what theSQLGuru is saying, but assuming that it is....
You could select a count of how many would fullfill your criteria into a variable first, then...
September 5, 2007 at 10:20 am
Not sure what they have tried since I am not the developer of it. But interrestingly enough that is what I told them to do
September 4, 2007 at 7:21 am
Looks to me like they are getting rid of nothing. They are keeping the data, so all they are doing is change the acronym for the operrational program, most likely...
August 29, 2007 at 5:46 am
Mapped drives work in SQL, just doesn't work in Windows 2003.
File copy gets impractical though with large files... I've had more luck restoring directly from a remote drive than copying. ...
August 27, 2007 at 11:48 am
Well, I have to say that it is probably very similar to the SAP import files I have had to make. Which incidentaly is the only time in my life I...
August 27, 2007 at 9:57 am
The code is there to produce it, just change the alter to a create.
Mine is just an easy way (for me) to look trough all the user databases for code,...
August 24, 2007 at 10:25 am
That's true Brandie, and is one of the reasons why the long term effects of outsourcing and international trade does not worry me. Short term the effect can be devastating,...
August 24, 2007 at 10:21 am
LOL Rudy, I'm with you. I think there is a SQL 2005 launch event shirt somewhere that I have never used though. And have had a few over the years,...
August 24, 2007 at 8:33 am
Excellent read, and confirms a lot of what I have heard from my Indian developer friends over the years.
August 24, 2007 at 8:29 am
This smells like an SAP import file.... It's ugly.
XML should be great for this kind of stuff though
August 24, 2007 at 8:16 am
I use the following stored proc compiled in the master database. Use at your own risk..
USE
[master]
GO
/****** Object: StoredProcedure [dbo].[sp_FindCode] Script Date: 08/24/2007 09:01:47 ******/
August 24, 2007 at 8:03 am
Viewing 15 posts - 226 through 240 (of 589 total)