Viewing 15 posts - 301 through 315 (of 529 total)
da -
since you are a self-admitted beginner, here's another technique that you may want to try here: use the search feature of this site - enter your keyword...
August 15, 2007 at 1:54 pm
Is there a reason NOT to use two separate variables and place the view create in its own variable? Or do you end up then having the view placed...
August 15, 2007 at 1:51 pm
As a general rule, unless there were features in 6.5 that were deprecated in 7 and then dropped in 2000, you run the risk of using deprecated features from...
August 15, 2007 at 1:41 pm
Congrats! The explicit sense of 'sharing'.
One further note: 'C:\docume~1\...' is backwards commpatibility on directory naming in command lines to a time when each directory or file was limited...
August 15, 2007 at 12:58 pm
Well, did you happen to ask the developer what he changed between the last time and this time he ran the query? Capturing the history after the fact -...
August 15, 2007 at 9:07 am
'Consider' is not the same term as 'implement'. In short, unless you have a very small usage, you need to open the question of 32 vs 64.
When dealing with...
August 15, 2007 at 9:04 am
Ryan - It was NEVER clear to me that in your initial posts you were NOT talking about system tables. By failing to give even one example of the...
August 15, 2007 at 8:58 am
Server is slow? or query is slow? Provide examples of code, information on keys, etc. Probably either humongous table size or improperly formed query. outer cross joins will require tons...
August 15, 2007 at 7:30 am
There are four parts to a fully qualified table name in SQL Server:
server, owner, database, and table.
In multiple threads on this forum, you will often see at least 3 of...
August 15, 2007 at 7:28 am
2005 and 2000 can coexist on the same box. If you were installing the software, then, yes, you were (are?) impatient. It's only after you've installed SS 2k5 that you can...
August 15, 2007 at 7:21 am
Can you provide more details? The more information you provide us, the faster and more effective we can reply.
August 13, 2007 at 1:37 pm
Question was asked and answered after you posted, in a different thread:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=389554
August 13, 2007 at 1:36 pm
And you can't use the query as a table, because? (I'm asking this seriously - I've not used SSRS at all, but the need for my knowing it is...
August 13, 2007 at 1:25 pm
Finding the quartile marks for top and bottom quartile simply requires using either count(*) / 4 OR (3 * count(*)/4) instead of count(*)/2. and the work is done, no?
August 13, 2007 at 1:07 pm
Jeff - I don't understand why you would NOT expect an arithmetic process to be faster than a string process. i would expect that all the date functions are...
August 13, 2007 at 12:54 pm
Viewing 15 posts - 301 through 315 (of 529 total)