Viewing 15 posts - 7,321 through 7,335 (of 8,416 total)
Thank you Goldie - it's always nice when people post back to let us know that we helped 🙂
I felt fairly safe using a 2008-only feature since this is the...
August 8, 2009 at 11:44 pm
Jeff Moden (8/6/2009)
You would think that Microsoft would allow you to return data from the "from_table_name" on an insert like they...
August 8, 2009 at 9:20 am
Hey Satish,
Many thanks for the comprehensive reply, and for the extra details. I should make it clear that I am not at all anti-XML; I use it frequently wherever...
August 8, 2009 at 8:51 am
TheSQLGuru (8/7/2009)
August 8, 2009 at 6:40 am
Jeff Moden (8/5/2009)
August 8, 2009 at 6:07 am
Ian Scarlett (8/8/2009)
Steady on Paul... this is getting dangerously close to what this post was all about in the first place:-)
:laugh:
August 8, 2009 at 2:47 am
--- deleted ---
(duplicate post)
August 8, 2009 at 1:05 am
GilaMonster (8/7/2009)
Anyone really know their way around replication?http://www.sqlservercentral.com/Forums/Topic766992-146-1.aspx
Could the OP have made any less effort in that thread?
August 8, 2009 at 1:02 am
Bob Hovious (8/7/2009)
August 8, 2009 at 12:57 am
RBarryYoung (8/7/2009)
Bob Hovious (8/7/2009)
August 8, 2009 at 12:55 am
You don't have to be psychic to help out around here - but it certainly helps.
Actually it's quite spooky how often people post questions about things that have happened to...
August 7, 2009 at 10:06 am
Josh (8/7/2009)
August 7, 2009 at 10:02 am
I am forced to use Vista at work - I miss NET SEND!
August 7, 2009 at 9:54 am
Books Online - TRUNCATE TABLE permissions
August 7, 2009 at 9:52 am
CREATE FUNCTION dbo.F (@Input INTEGER)
RETURNS BIGINT
WITH SCHEMABINDING
AS
BEGIN
RETURN CONVERT(BIGINT, @Input) * CONVERT(BIGINT, 2);
END
GO
CREATE TABLE dbo.Test
(
Number INTEGER NOT...
August 7, 2009 at 9:46 am
Viewing 15 posts - 7,321 through 7,335 (of 8,416 total)