April 15, 2010 at 3:26 am
Test to see if I can post a new topic
April 15, 2010 at 4:29 am
this is really annoying I cant post any code this is to see if its just the length of post thats failing blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
April 15, 2010 at 4:31 am
ok is it special characters () <> * = + - dbo.Table
April 15, 2010 at 4:40 am
SELECT WITH CASE WHEN END THEN ELSE JOIN WHERE GROUP AS ORDER1 the word ORDERonitsown causes the failure
April 15, 2010 at 7:08 am
You CAN post code... look at the "IFCode Shortcuts" when you create a new post or reply to one. Surround your code with one of the shortcut "pairs" of codes.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2010 at 7:19 am
It doesn't work for me - it has worked in the past - but not in the past few weeks
IE just goes away for ages and comes back with 'cannot display webpage' Firefox goes away for a long time then returns with 'connection was reset'
I gave up and posted my code in a file http://www.sqlservercentral.com/Forums/Topic903869-338-1.aspx
I'll try from another internet connection later - could be the web police at this end.
April 15, 2010 at 12:45 pm
I would bet on it being the webpolice.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 15, 2010 at 1:03 pm
Tom Brown (4/15/2010)
It doesn't work for me - it has worked in the past - but not in the past few weeksIE just goes away for ages and comes back with 'cannot display webpage' Firefox goes away for a long time then returns with 'connection was reset'
I gave up and posted my code in a file http://www.sqlservercentral.com/Forums/Topic903869-338-1.aspx
I'll try from another internet connection later - could be the web police at this end.
I have issues posting code from work. I can't include DROP <a> TABLE (had to add the <a> just to post this) commands, and in DECLARE statements I either have to put a space between the @ and the Variable name or use the AS data type construct. I don't have these issues outsode of work.
April 15, 2010 at 5:00 pm
So much for "ignore this"
April 15, 2010 at 5:03 pm
Steve Jones - Editor (4/15/2010)
So much for "ignore this"
Put up a sign and say " DO NOT ENTER" and more than likely we will go in - inquiring minds. 😀
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 16, 2010 at 12:08 am
Steve Jones - Editor (4/15/2010)
So much for "ignore this"
Hey haven't you gone skiing ?
April 16, 2010 at 12:18 am
-- to test code posting from another connection.
-- if this posts OK then it's the web police at work
SELECT something
INTO doom
FROM nowhere AS N
JOIN somewhere AS S ON S.anything = N.nothing
WHERE S.anything < 0
AND thing = 1
ORDER BY S.anything
April 16, 2010 at 7:11 am
Went and returned. No rest for the weary.
April 16, 2010 at 7:30 am
Lynn Pettis (4/15/2010)
Tom Brown (4/15/2010)
It doesn't work for me - it has worked in the past - but not in the past few weeksIE just goes away for ages and comes back with 'cannot display webpage' Firefox goes away for a long time then returns with 'connection was reset'
I gave up and posted my code in a file http://www.sqlservercentral.com/Forums/Topic903869-338-1.aspx
I'll try from another internet connection later - could be the web police at this end.
I have issues posting code from work. I can't include DROP <a> TABLE (had to add the <a> just to post this) commands, and in DECLARE statements I either have to put a space between the @ and the Variable name or use the AS data type construct. I don't have these issues outsode of work.
Same here... they have an "SQL Injection" bit of monitoring software that triggers on such things. Causes the connection to immediately drop and a 404 to occur. It also get's reported to the boys in OPs as it happens. In fact, just pulling up an SSC page with certain SQL on it does the same thing.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2010 at 9:59 am
Jeff Moden (4/16/2010)
Lynn Pettis (4/15/2010)
Tom Brown (4/15/2010)
It doesn't work for me - it has worked in the past - but not in the past few weeksIE just goes away for ages and comes back with 'cannot display webpage' Firefox goes away for a long time then returns with 'connection was reset'
I gave up and posted my code in a file http://www.sqlservercentral.com/Forums/Topic903869-338-1.aspx
I'll try from another internet connection later - could be the web police at this end.
I have issues posting code from work. I can't include DROP <a> TABLE (had to add the <a> just to post this) commands, and in DECLARE statements I either have to put a space between the @ and the Variable name or use the AS data type construct. I don't have these issues outsode of work.
Same here... they have an "SQL Injection" bit of monitoring software that triggers on such things. Causes the connection to immediately drop and a 404 to occur. It also get's reported to the boys in OPs as it happens. In fact, just pulling up an SSC page with certain SQL on it does the same thing.
That's a bit aggressive.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
Viewing 15 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic. Login to reply