Viewing 13 posts - 61 through 73 (of 73 total)
ramyours2003 (7/25/2012)
can any one answer this
Whenever a client/User requests to a Sql Server what exactly happens internally? which components will handle the requests and how...
July 25, 2012 at 10:34 am
Out of curiosity, are inserts "cheaper" in terms of time for a heap versus a clustered index?
To extend the OP's metaphor, it's real easy to toss another book on top...
July 11, 2012 at 8:58 am
GSquared (6/7/2012)
So you have to start with 4 per processor, then you can get them in multiples of 2 cores for processors with more than 4 cores.
Thus, if you have...
June 12, 2012 at 8:33 am
Thanks for the link to that article! I didn't know that data purity checks were disabled on pre-2005 databases by default.
Update: Looking at some test restores on our to-be-production server...
March 28, 2012 at 1:12 pm
Hmm,
I think we might consider the SQL 2012 BI edition once we actually get to see a price. We currently don't have Sharepoint or Reporting Services deployed,...
March 23, 2012 at 9:10 am
EdVassie (2/20/2012)
February 20, 2012 at 8:18 am
Hmm,
You can't store the results of an OUTPUT clause into a variable, unless it's a table variable that has already been defined. If it's a...
February 20, 2012 at 8:03 am
I might be wrong about this, but on a table that has a clustered index, the nonclustered index references back to the clustered index[/url]. If its a heap (no clustered...
February 7, 2012 at 1:29 pm
Hmm,
Hopefully you have an App.Config file in your project and inside there you should see (in the XML) :
<configuration>
...
<connectionStrings>
<add name="SomeDB"...
January 31, 2012 at 12:57 pm
eli 35692 (1/12/2012)
January 12, 2012 at 6:32 am
nadav (12/28/2011)
i am joining the same view only for the favour of my example-
If i understand you correctly, in any way i will have to create the views...
December 28, 2011 at 7:17 am
You would have to do the same thing for the views you are selecting against, since SSMS will not convert a query like yours automatically into a single SQL statement...
December 28, 2011 at 6:47 am
Sorry if I'm misunderstanding you, but I think you just want to see if you can generate the SQL used to create the view? In which case you can in...
December 28, 2011 at 6:24 am
Viewing 13 posts - 61 through 73 (of 73 total)