Viewing 15 posts - 37,201 through 37,215 (of 59,072 total)
Never mind.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 11:32 am
As a side bar, doing a presentation of the daily price changes should probably be left to the GUI. Doing them in SQL Server is going to be a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 11:18 am
Eric Russell 13013 (8/20/2010)
Jeff Moden (8/20/2010)
If you use SELECT INTO to build your Temp tables, you don't need to change the table structure... it just happens.
[font="Arial Black"]When choosing between ranking...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 11:02 am
Cade Roux (8/20/2010)
Jeff Moden (8/20/2010)If you use SELECT INTO to build your Temp tables, you don't need to change the table structure... it just happens.
Are there limitations surrounding that? ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 10:56 am
Lynn Pettis (8/19/2010)
Jeff Moden (8/18/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 10:26 am
You bet. Thanks for the feedback.
Also, since you're new to this forum, you might want to take a look at the first link in my signature line below. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 9:42 am
Cade Roux (8/20/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 9:24 am
dso808 (8/18/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 9:20 am
ashkan siroos (8/20/2010)
Dear Steve,Thanks for reply. I have stopped shrinking my data base.
Know Please tell me what to do?
How can i understand why my database grows beyond 50MB...
Thanks,
Ashkan
Although it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 9:12 am
Bhuvnesh (8/18/2010)
Jeff Moden (8/18/2010)
Bhuvnesh (8/18/2010)
Anamika (8/18/2010)
SELECT * FROM [font="Arial Black"]SYSOBJECTS[/font] WHERE XTYPE = 'P'
output of this query gives the new SP name.
My problem is while getting the create script for...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 9:02 am
Jeff Moden (8/19/2010)
m.kadlag (8/17/2010)
ID
DATETIME
ID will be generated for different timestamps.
I have a small query to be written which will return the count...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 8:57 am
sujeetps (8/20/2010)
I faced a similar situation when I need to get the list of all the tables with the index on them. I had to show null for the those...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 8:55 am
Brandie Tarvin (8/20/2010)
Jack and Steve could be throwing hissy fits and using the internet to stir up the masses, but they're being very restrained and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 8:43 am
Alvin Ramard (8/19/2010)
Brandie Tarvin (8/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 8:36 am
Roy Ernest (8/19/2010)
Jeff Moden (8/18/2010)
Jeff Moden (8/17/2010)
Roy Ernest (8/17/2010)
Jeff, Thank You. Our user group would love that. maybe for September we could try that out? 🙂 Thanks once again. 🙂
...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2010 at 8:12 am
Viewing 15 posts - 37,201 through 37,215 (of 59,072 total)