Viewing 15 posts - 2,011 through 2,025 (of 3,061 total)
anna_lyn00 (4/30/2010)
The other reason people use scaleout is to service a web front-end.
Being this a SQL Server forum not a web services one this has to be spam, isn't it?
April 30, 2010 at 7:09 am
hedera (4/28/2010)
April 29, 2010 at 2:49 pm
a mix of parameters and dynamically generated sql statement does the trick... check here for details http://www.xdevsoftware.com/blog/post/Use-Parameters-with-OPENQUERY-in-SQL.aspx
April 29, 2010 at 2:25 pm
agreed ... a rdbms engine unable to properly manage space is a scary thing to face.
April 28, 2010 at 8:30 am
only4mithunc (4/27/2010)... there is no index in the table.
... So what Im thinking is if this is the cane if the table has millions of record, it will scan the...
April 27, 2010 at 8:07 am
Jeff Moden (4/23/2010)
April 26, 2010 at 1:18 pm
apat (4/24/2010)
April 26, 2010 at 11:27 am
Grant Fritchey (4/26/2010)
April 26, 2010 at 11:15 am
SQL_Padwaan (4/23/2010)
if (select name, managerid from Tutti.dbo.TBL_EMP) managerid IS NULLBEGIN
PRINT 'No Manager'
END
:blink: my eyes! my eyes! sorry, couldn't help myself 😉
You have to try a little harder and...
April 23, 2010 at 4:49 pm
amrakhjaaa (4/23/2010)
April 23, 2010 at 11:27 am
David Portas (4/23/2010)
PaulB-TheOneAndOnly (4/23/2010)
I'll love to see an ER diagram
But please not ones like these created with the Management Studio "designer". Silly pictures like that don't even qualify as an...
April 23, 2010 at 6:12 am
Saravanan T (4/23/2010)
Its taking too much of time. It is a simple select from table.
Are other queries performing as usual?
If yes... issue is related to the particular query, in...
April 23, 2010 at 6:04 am
artiom.f (4/22/2010)What do you think?
I'll love to see an ER diagram as well as business requirement in terms of how data is expected to be retrieved from the database.
April 23, 2010 at 5:36 am
ramirez.sebastian (4/21/2010)...I was wondering why should i use the constraint?
"constraint" syntax allows you to specify the name of the underlying index so to comply with whatever naming convention you have...
April 23, 2010 at 5:28 am
Viewing 15 posts - 2,011 through 2,025 (of 3,061 total)