Viewing 15 posts - 2,941 through 2,955 (of 5,356 total)
Getting ip adresses is somewhat painful as there is no built in function.
However, David Burrows provided this workaround a while ago
declare @ip varchar(255),
@cmd varchar(100)
set @cmd = 'ping ' +...
January 6, 2004 at 2:23 am
Hehe, I think I can top it. I just received a mail that obviously was sent from the old forum.
Sender was forum@sqlservercentral.com
Subject was [Data Transformation Services (DTS)] Creating a...
January 5, 2004 at 2:12 pm
Hmpfh, can't edit my post...
I didn't mean '...and enough underwater with me...' but rather '...and have enough underwear with me...'
But your flower, Brian, is not bad at all
January 5, 2004 at 2:04 pm
Don't give up. Go back and try again. Sooner or later it will work ![]()
![]()
January 5, 2004 at 12:45 pm
Just for fun. You can also dynamically execute dynamic SQL like this
DECLARE @stmt NCHAR(1000)
SET @stmt = 'USE Frank_3 ' + CHAR(13) + 'DECLARE @stmt NCHAR(1000)' + CHAR(13) +
'SET...
January 5, 2004 at 12:42 pm
http://www.algonet.se/~sommar/dynamic_sql.html
![]()
Sorry, for once again posting this link. I'll compile my own article on this, so I don't need to refer to that site.
January 5, 2004 at 12:36 pm
You mean something like this
PRINT 'This is the first line'
+CHAR(10)+CHAR(13)
+ 'This is the second line'
January 5, 2004 at 12:31 pm
Nope, Sir! That's not my intention! ![]()
Meanwhile I've seen the movie four times with my son in cinema. He can recite most parts....
January 5, 2004 at 8:34 am
This site http://www.databaseanswers.com/data_models/ has quite a few basic data models available for free. Maybe it is of any help to you.
January 5, 2004 at 3:30 am
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=19701 might help you. And please post in the appropriate forum category.
January 5, 2004 at 1:55 am
Finally it hits me. Forget my last post ![]()
...but no solution anyway
January 4, 2004 at 2:38 pm
Sorry, still waiting that my wife has read her books so that I can start ![]()
Problem with no being allowed to type in the...
January 4, 2004 at 1:56 pm
Hm, maybe it's too late or maybe I'm too dumb ![]()
Why is there a GROUP BY in your query?
May you please explain very slowly...
January 4, 2004 at 1:40 pm
On the http://www.sqlservercentral.com/forums/userinfo.aspx?id=67108 Profile Information page it states a incorrect number of posts. In my case 2519, while I'm actually on 2530.
January 4, 2004 at 1:06 pm
On the Active Topics page I get an error when clicking on Next 15 or Last.
Object required
January 4, 2004 at 12:58 pm
Viewing 15 posts - 2,941 through 2,955 (of 5,356 total)