Viewing 15 posts - 886 through 900 (of 2,038 total)
Have a look at Gails blog about "Catch All Queries" here:
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
This actually becomes one of my standard links 😀
Greets
Flo
May 19, 2009 at 9:28 am
Hi Hans
No double click. Click on the register and drag it over the Object Explorer. You will see a little cross in the middle of the Object Explorer. Drop the...
May 19, 2009 at 8:56 am
Hi
Question:
Why do you use ADODB instead of ADO.NET?
Could you please wrap your code with the following exception handler and post the result. Maybe this helps to find the problem:
...
May 19, 2009 at 8:47 am
I use SSMS2k8 exactly as you described. You have to click the register of Registered Servers and move it up since you see a splitter in the middle of Object...
May 19, 2009 at 6:48 am
Ramesh (5/19/2009)
Florian Reischl (5/19/2009)
CLR rocks for file handling! :laugh:
Ya, I know CLR rocks with file handling, string manipulations etc., but I never really liked those .NET languages, 'cause I never...
May 19, 2009 at 6:44 am
Ramesh (5/19/2009)
Florian Reischl (5/19/2009)
Hi RameshRamesh (5/19/2009)
...OLE Automation Objects...:w00t:
... I really hope Active-X will die with CLR integration.
Greets
Flo
:hehe:And I am hoping that Active-X should die with T-SQL.
I never was...
May 19, 2009 at 4:31 am
Hi Ramesh
Ramesh (5/19/2009)
...OLE Automation Objects...
:w00t:
... I really hope Active-X will die with CLR integration.
Greets
Flo
May 19, 2009 at 3:48 am
Hi
I would say it depends.
In maintenance scripts I think it is a "best practice", SSE does the conversion and the overhead should be okay.
In procedures and functions you should use...
May 19, 2009 at 3:45 am
Hi
Which exception do you get? Inner and outer exception.
Greets
Flo
May 19, 2009 at 3:36 am
Hi
Your question is very general. Here some good sources:
MSDN
http://msdn.microsoft.com/en-us/library/bb545450.aspx
MSDN Tutorials
http://msdn.microsoft.com/en-us/library/ms167593.aspx
SSC
http://www.sqlservercentral.com
SSC Articles
http://www.sqlservercentral.com/Articles/
SSC Training
http://www.sqlservercentral.com/Training/
SQL Tream
Greets
Flo
May 19, 2009 at 2:17 am
Lynn Pettis (5/18/2009)
Florian Reischl (5/18/2009)
Bob Hovious (5/18/2009)
Arrrgg! Flo, I just realized I never proofed your article!
No problem :-). Take the time you need or give me a...
May 18, 2009 at 3:14 pm
Bob Hovious (5/18/2009)
Arrrgg! Flo, I just realized I never proofed your article!
No problem :-). Take the time you need or give me a short hint if you...
May 18, 2009 at 2:50 pm
Try this:
Select DATALENGTH(FirstName), CONVERT(VARBINARY(MAX), FirstName) From Person
If DATALENGTH returns zero there is nothing within your column, otherwise the second column shows the binary data.
Greets
Flo
May 18, 2009 at 1:43 pm
I don't think it's possible to use variables in DDL statements. You have use a dynamic SQL statement.
May 18, 2009 at 1:31 pm
Viewing 15 posts - 886 through 900 (of 2,038 total)