Viewing 15 posts - 346 through 360 (of 819 total)
When results come out in text, you can search for a string (ctrl+f), instead, in grid mode you can not search in the results.
April 18, 2014 at 1:00 am
Ford Fairlane (4/10/2014)
Interesting QotD - Learned something here.
Good!
April 11, 2014 at 12:58 am
kupy (4/7/2014)
Carlo Romagnano (4/7/2014)
happycat59 (4/7/2014)
April 7, 2014 at 2:55 am
happycat59 (4/7/2014)
April 7, 2014 at 1:19 am
free_mascot (4/2/2014)
Carlo Romagnano (4/2/2014)
In sqlserver 2008 r2 the update doesn't return any resultset and no error message.(2 row(s) affected)
(2 row(s) affected)
What I'm missing?
I have executed in SQL 2012 and got...
April 2, 2014 at 3:34 am
I do not like question too long. I have just few minute to answer.
A lot of useless words and none of the main one.
April 2, 2014 at 1:31 am
In sqlserver 2008 r2 the update doesn't return any resultset and no error message.
(2 row(s) affected)
(2 row(s) affected)
What I'm missing?
April 2, 2014 at 1:24 am
Hugo Kornelis (3/30/2014)
Carlo Romagnano (3/21/2014)
Remember that "Filtered indexes" are used only if the WHERE clause matches or is compatible with the filter.View http://www.sqlservercentral.com/questions/T-SQL/105826/
And even then, they are often not used...
March 31, 2014 at 1:21 am
Stewart "Arturius" Campbell (3/24/2014)
Interesting question, thanks Carlothought the lack of a semi-colon between deleted.* and COMMIT would cause an error.
Goes to show...
The lack of a semi-colon causes or would cause...
March 24, 2014 at 2:36 am
Remember that "Filtered indexes" are used only if the WHERE clause matches or is compatible with the filter.
View http://www.sqlservercentral.com/questions/T-SQL/105826/
March 21, 2014 at 2:32 am
marcia.j.wilson (3/18/2014)
Is this what's going on?
-The query initially adds a single row with a value of 1.
- The open query returns the deleted set...
March 19, 2014 at 1:51 am
crussell-931424 (3/18/2014)
It's still a little confusing.
About?
March 18, 2014 at 7:41 am
Hany Helmy (3/18/2014)
Thomas Abraham (3/17/2014)
Thanks for the question, Carlo.Don't know which is more interesting - the option for -1 rows, or the fact that 3% selected it as their answer!
-1...
March 18, 2014 at 1:44 am
These queries demonstrate the two different connection:
select @@SPID
SELECT * FROM OPENQUERY(MyServer,'select @@SPID')
March 17, 2014 at 9:03 am
timwell (3/17/2014)
I got crossed up because the documentation says that sp_serveroption and openquery are for connecting to remote or linked servers. I was thinking the delete was...
March 17, 2014 at 9:02 am
Viewing 15 posts - 346 through 360 (of 819 total)