Viewing 15 posts - 151 through 165 (of 411 total)
Awesome article, especially the part at the end.
One things that might be worth pointing out is that while there are genuinely good times to use cursors, most of the time...
January 12, 2009 at 11:55 am
Steve Jones - Editor (1/1/2009)
January 8, 2009 at 11:03 am
mtassin (1/5/2009)
Certainly if this could be done as one big set based query, I'd go...
January 7, 2009 at 8:52 am
Thanks Jeff and Wagner.
I took a class on database theory that used Oracle for all examples, but for the most part I have used SQL Server. Even...
January 7, 2009 at 8:45 am
Jeff Moden (1/1/2009)
January 6, 2009 at 2:48 pm
mesql (12/23/2008)
What are index options that can be applied to clustered index but not to nonclustered index.
Well, one that comes to mind is included columns.
Just out of...
December 23, 2008 at 5:28 pm
Are you using the Fully Qualified Domain name?
Also, how do the domains communicate?
December 23, 2008 at 5:27 pm
Those are all great options, you can also use OpenRowset with select into to avoid setting up a permanent linked server.
Also, you can look at a combination of SQL Compare...
December 23, 2008 at 8:54 am
I am not myself a perl programmer, but this was both enlightening and a fantastic piece of work.
December 23, 2008 at 8:49 am
Kit Brandner (12/22/2008)
December 22, 2008 at 12:46 pm
WebTechie38 (12/22/2008)
By the way, what is SSMS?I know DTS and its big brother SSIS. But what is SSMS?
Thanks,
Tony
SSMS is SQL Server Management Studio, it replaced The Enterprise Manager that...
December 22, 2008 at 12:36 pm
Jeff Moden (12/21/2008)
timothyawiseman (12/21/2008)
December 21, 2008 at 8:57 pm
Hugo Kornelis (12/19/2008)
Indexed views are not an index type. They are a special type of view, created by creating...
December 21, 2008 at 1:47 pm
I fully agree with Gail that column order should not matter in SQL and generally the answer to changing column order is just to reorder the output in the select...
December 21, 2008 at 1:45 pm
I agree with Ninja, this will likely quickly become one of the longest threads on the site.
With that said, I personally have never seen a sql procedural solution which is...
December 21, 2008 at 1:37 pm
Viewing 15 posts - 151 through 165 (of 411 total)