Viewing 15 posts - 1,426 through 1,440 (of 2,038 total)
I know Jeff will shoot me for this... 🙂
I did some other tests and finally found a high performant solution with CLR. Due to the fact that CLR functions do...
April 13, 2009 at 4:01 am
Hi Jeff!
Wow! Nicely done, Flo... I haven't figured it out, yet. Looks like you may have figured out a way to beat the Tally table.
I'm not sure if "nice" should...
April 13, 2009 at 4:00 am
Hey Paul!
1. Using table variables (no statistics are available and parallelism cannot be used)
Was only for the sample to make everything available. I have a real tally table in my...
April 13, 2009 at 4:00 am
Bob Hovious (4/12/2009)
April 13, 2009 at 1:55 am
Hi
Thank you for all this feedback!
...hope my internet stays alive since I answered all the questions...
Greets
Flo
April 13, 2009 at 1:47 am
I know what you mean... 😛
Article is bookmarked! 😎
Greets
Flo
April 12, 2009 at 11:33 am
Hi Paul
Thanks for the link, great article!
Greets
Flo
April 12, 2009 at 2:52 am
Hi
Have a look to GSquared's article about audit triggers: Audit Trails and Logging Part II[/url]
There are also some other articles on this site depending audit tables.
Greets
Flo
April 12, 2009 at 2:37 am
Hi
It depends. If you are new in SQL Server but already work as DBA then I would say "Yes". At least have a look for the main functionality to automate...
April 11, 2009 at 3:03 pm
Jeff Moden (4/11/2009)
Florian Reischl (4/11/2009)
Try to handle it with a PIVOT operator.
Greets
Flo
PS: Maybe have a look to the "Best Practices" link in my signature for posting sample data and DDL....
April 11, 2009 at 2:43 pm
Hi Andrew
1 The volume of testing and the test coverage of SQL statements - both embedded and stored procedures.
In my experience of dotNet/SQL n-tier business application the code is...
April 11, 2009 at 12:47 pm
Hi
In addition you have to enable TCP/IP in Configuration Manager. By default only shared memory is enabled.
Edited: Maybe you have to restart the service after that.
Greets
Flo
April 11, 2009 at 12:12 pm
Hi mister.magoo
Nice solution! So let's add the CROSS APPLY solution for the completion 🙂
DECLARE @t TABLE (Name VARCHAR(30), Reading INT, Result INT)
INSERT INTO @t
...
April 11, 2009 at 12:10 pm
GilaMonster (4/11/2009)
Florian Reischl (4/11/2009)
DECLARE @i INT
SET @i =...
April 11, 2009 at 12:05 pm
Hi Bob!
Bob Hovious (4/10/2009)
Read about OPENXML on books online.
You should have a look to the new XML functions of XML data type. MS introduced the OPENXML in SSE2k; but they...
April 11, 2009 at 12:02 pm
Viewing 15 posts - 1,426 through 1,440 (of 2,038 total)