Viewing 15 posts - 316 through 330 (of 14,953 total)
It depends.
There are always cases where "the rules" need to be broken.
In a case like that, with 30+ FKs needed, that gets into the realms of both (a) you probably...
December 18, 2012 at 11:25 am
Phil Parkin (12/18/2012)
Begin try;
--do stuff
End try
Begin Catch
--error handling stuff here
End Catch;
This does not generate...
December 18, 2012 at 11:21 am
SQLRNNR (12/18/2012)
Stefan Krzywicki (12/18/2012)
Brandie Tarvin (12/18/2012)
How does that work, wonders the author...
Happy Holidays for those...
December 18, 2012 at 11:17 am
Bill Nicolich (12/18/2012)
GSquared (12/18/2012)
Carse's concept of looking at life as a game isn't anything new. It's been a key part of Scientology.
Thanks for the book citation. I'll have to...
December 18, 2012 at 11:15 am
GilaMonster (12/18/2012)
GSquared (12/18/2012)
December 18, 2012 at 11:02 am
Upload the picture using the Edit Attachments button below the editing window. Then use the link for that.
(If you Quote my post, you'll see how I formatted the link....
December 18, 2012 at 9:48 am
Stefan Krzywicki (12/18/2012)
Brandie Tarvin (12/18/2012)
How does that work, wonders the author...
Happy Holidays for those currently...
December 18, 2012 at 9:45 am
safzalhussain (12/18/2012)
need assistance, how to track changes in sql server 2005 express edition using triggers
ApexSQL sells a product that will do the work for you on that. Easier than...
December 18, 2012 at 8:57 am
Brandie Tarvin (12/18/2012)
How does that work, wonders the author...
Happy Holidays for those currently celebrating, for...
December 18, 2012 at 8:55 am
ganeshmuthuvelu (12/18/2012)
December 18, 2012 at 8:42 am
If you want to force the order by using the ID column, then force the ID column to have the values you want:
CREATE TABLE #varchar_field1
(ID INT...
December 18, 2012 at 8:29 am
Eugene Elutin (12/18/2012)
GSquared (12/18/2012)
So your point doesn't actually prove your point, if you get my point. 😀
On the other hand, code portability has certainly worked out well for you....
December 18, 2012 at 8:21 am
With Audra and the Antidote's "We Wish You A ..." (http://www.lyricstime.com/audra-and-the-antidote-we-wish-you-a-lyrics.html) going through my head, here's wishing everyone here a merry Christmas and happy new year.
December 18, 2012 at 8:07 am
Carse's concept of looking at life as a game isn't anything new. It's been a key part of Scientology, for example, since the early 1950s. There's actually nothing...
December 18, 2012 at 8:01 am
For the future, you can use CDC (Change Data Capture) to get that kind of thing.
In order to track down past changes, you'll need to check the transaction log. ...
December 18, 2012 at 7:37 am
Viewing 15 posts - 316 through 330 (of 14,953 total)