Viewing 15 posts - 5,401 through 5,415 (of 5,588 total)
noeld (4/28/2009)
Side note: wouldn't it be better to have those 3 different select statements to be in separate procs, with this proc controlling which one gets run?
That is what I...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 28, 2009 at 3:04 pm
This makes sense.
During the interim, I've been looking at the procs that were causing the locking issues. I found a proc that runs one of three select statements with joins...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 28, 2009 at 1:34 pm
Check out BOL.
In a nutshell, "If an integer dividend is divided by an integer divisor, the result is an integer that has any fractional part of the result truncated."
So, to...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 8:48 pm
Please provide table structures (in the form of CREATE TABLE or Declare @table statements ) and sample data (in the form on INSERT statements) so that the volunteers here can...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 1:56 pm
zsysop (4/27/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 1:28 pm
It would sure be helpful to have table structures and some test data. Plus, you get some tested code back, instead of "this should work". Please see the link in...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 10:22 am
dlongnecker (4/27/2009)
WanyeS, your link looks broken.
Whoops. Thanks, I fixed it above.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 8:27 am
Faye Fouladi (4/27/2009)
Declare @EMAILID uniqueidentifier
Declare @EmailTypeID int
Set @EmailTypeId...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 8:18 am
davidandrews13 (4/27/2009)
but...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 8:12 am
Okay....
So, based on the data in your sample code, what is the logic to determine that the third commercial gets combined with the top, and the last commercial doesn't?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 8:10 am
Bridget Elise Nelson (4/27/2009)
What do you mean about BOL?Thanks for response.
BOL is SQL Server Books OnLine.
This is the built-in help file for SQL Server. You can access it from...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 8:02 am
vaughan_davies (4/27/2009)
The database runs on SQL Server 2000.
You would get better help by posting in the appropriate forum. Since you have a SQL 2000 question, one of the SQL 2000...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 7:55 am
Hi Zeev,
I'm looking at this issue also, and there is one aspect of it that I don't understand:
SELECT
1 AS commercial_break_id,
1 AS...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 7:39 am
Bridget Elise Nelson (4/27/2009)
1 - used to represent either a missing value or a value...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2009 at 7:21 am
Bob Hovious (3/11/2009)
No M R not.
S M R. Look at M webbed feet.
L I B !! M R Ducks.
I haven't thought about that since...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 26, 2009 at 7:11 pm
Viewing 15 posts - 5,401 through 5,415 (of 5,588 total)