Viewing 15 posts - 706 through 720 (of 2,469 total)
Oh I'm one of those "all work and no play" types...dull as ditchwater...must start setting aside some playtime now & then...
ps:The problem is I...
November 18, 2005 at 7:32 am
#1 most definitely cannot be topped for "coolness"...It would be a "dream come true" for many of us I think!
#2 - I'd rather starve...
November 18, 2005 at 7:15 am
This is interesting...I saw the word "programming" in the original post and responded to it as a developer...Steve rounded it off with admin tasks..guess I missed the most important thing...
November 18, 2005 at 6:35 am
You could do something like this...
declare @tableName as varchar(100) set @tableName = (select top 1 name from sysobjects where name like 'table_%' order by crdate desc) exec('select * from ' + @tableName)
November 18, 2005 at 6:16 am
well - I did think of that first and discarded it only because the result set isn't neatly tabulated...
November 17, 2005 at 8:44 pm
hmm - jumping into this post only to see if anyone will have a solution that doesn't involve redesigning the tables correctly...
Lowell - do you have time to elaborate on...
November 17, 2005 at 10:21 am
Yikes - maybe it's an epidemic!
I've seen 2 similar posts in as many days with the same requirement! Vishal - one of these...
November 17, 2005 at 9:47 am
I want to focus on the "candy jar" in this response for I have long been puzzled by the number of people that can't keep away from its' lures...what is...
November 17, 2005 at 8:53 am
Man, Ten - serves me jolly well right for not reading something through fully -
Thanks for coming to my rescue!
November 17, 2005 at 7:46 am
I'd saved the following "use of undocumented stored procedure" a long time back and unfortunately did not save the site link so cannot give credit where it's due...
November 17, 2005 at 7:10 am
Well - here's my list of what I would consider the "basics":
1) Normalization & Relationships
2) Understanding Indexes
3) Defaults, constraints, Rules etc.
4) Data types
5) Creating tables, views, stored procedures & triggers
6)...
November 17, 2005 at 6:32 am
Ken Henderson's 'The Guru's Guide to SQL Server Stored Procedures, XML and HTML'
November 16, 2005 at 3:17 pm
I'm not sure I understand this at all but it seems to me that you want to know if your "exec(@query)" has returned any rows or not...if this is correct,...
November 16, 2005 at 10:56 am
...if it comes to that, so's this site - an interruption ie...
I find that the ONLY thing that works FOR not letting the...
November 16, 2005 at 9:39 am
Viewing 15 posts - 706 through 720 (of 2,469 total)