Viewing 15 posts - 136 through 150 (of 373 total)
Britt Cluff (4/23/2012)
Good question on a new feature. Thanks for submitting.
+1
May 21, 2012 at 2:21 am
deepty21 (5/18/2012)
i actually tried this on my database..My second table was not created..
still it is showing incorrect answer π
You may have missed something...
May 18, 2012 at 2:37 am
Good One.
If Table2 declared as following than all 3 tables created without any issue.
create table Table2
( id_tb2 int primary key references table1(id_tb1),
value2 varchar(100))
May 17, 2012 at 9:41 pm
Mithrandir (7/21/2008)
The results may be much different if you use a complex query to get the string. Happened to me once and...
May 16, 2012 at 10:46 pm
Nice question. I have to read BOL to identify correct answer...
May 16, 2012 at 10:03 pm
Saga... (5/16/2012)
http://images.google.com/search?tbm=isch&hl=en&source=hp&biw=1366&bih=587&q=sql+server+architecture+diagram&gbv=2&oq=sql+server+arc&aq=3&aqi=g4g-m2g-S4&aql=&gs_l=img.3.3.0l4j0i5l2j0i24l4.93.11512.0.14757.22.19.1.2.3.0.359.3666.2-8j5.13.0...0.0.F8d7usUXuc0
Thanks
May 16, 2012 at 5:42 am
SQLRNNR (5/3/2012)
Woot woot.For any interested - Itzik has his poster posted here:
http://www.sql.co.il/books/insidetsql2008/Logical%20Query%20Processing%20Poster.pdf
I also have this poster on my desk since long so got it right... π
May 8, 2012 at 10:00 pm
Thanks for your response.
I would like to know - Is SSIS Send mail use Database Mail feature only (means internally) ?
What is pros & cons to use SSIS Send Mail...
April 3, 2012 at 9:53 pm
If deployment team has SQL Server and BIDS installed, you can create SSIS package and put your SQL Scripts in Execute SQL Task.
Deployment team just need to pass server...
April 3, 2012 at 5:19 am
Viewing 15 posts - 136 through 150 (of 373 total)