Viewing 15 posts - 38,671 through 38,685 (of 59,072 total)
Cnu2010 (4/30/2010)
SELECT DISTINCT CITY FROM DEMO WHERE COUNTY = @COUNTY
CITY
-----
EDINA
BLOOMINGTON
EDEN PRAIRIE
SHAKOPEE
How do I display this data in a row...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 7:00 pm
Ninja's_RGR'us (4/30/2010)
How the heck will that work with a country like USA or Canada where you have 1000s of cities?
Heh... one can only hope that the criteria presented is "example...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:59 pm
GregoryF (4/30/2010)
Fetch each county into it.
Create a variable and keep concat'ing the new county + a space
When the cursor is done, print the variable that contains the string...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:57 pm
David Webb-200187 (4/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:55 pm
Garadin (4/30/2010)
Danny Sheridan (4/30/2010)
(wish I went to college for CS or DB Development/Management :ermm:). Learn something new everyday!
You could probably count on one hand the number of regulars...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:48 pm
I would say the following snippet of your code will probably keep all deletes from happening...
AND
UserClientMetaDataId NOT IN (SELECT USERCLIENTMETADATAID FROM dbo.LPBSecurity_UserClientSignature)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:44 pm
squidder11 (4/30/2010)
Many thanks for all the codeVery helpful thanks
To help you out with what "The Dixie Flatline" is saying above, please see the article at the first link in my...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:36 pm
Jacob Pressures (4/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:27 pm
keywestfl9 (4/30/2010)
Producttyp2col1 col2
A22
A02
A11
A20
B 2 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:22 pm
Whisper9999 (4/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 6:08 pm
Dennis Wagner-347763 (4/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 7:15 am
Madhivanan-208264 (4/30/2010)
But what...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 7:11 am
anshu84onnet (4/28/2010)
Hi this is the scenario please solve this query waiting for immediate response please
Please send $1,000 USD to my PayPal account as a down payment and I'll get started...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2010 at 3:46 pm
Contact the folks at MOSS 2007... they created the problem and they need to fix it. Simply shrinking TempDB now and again isn't going to do anything except frag...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2010 at 3:38 pm
It's a "simple" 2 dimensional split. Please see the following article for some different methods to handle such a thing.
http://www.sqlservercentral.com/articles/T-SQL/63003/
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2010 at 3:32 pm
Viewing 15 posts - 38,671 through 38,685 (of 59,072 total)