Viewing 15 posts - 4,381 through 4,395 (of 6,486 total)
Generically - SQLExpress is limited only to a single processor and 1GB RAM. It's not techinically limited on DB size or # of connections. So - assuming your...
March 4, 2008 at 12:41 pm
I'm pretty sure that backups can only happen to drives that are directly connected and/or can be mapped to. FTP is not an option.
You would want to back up...
March 4, 2008 at 12:27 pm
Well then - you can stop looking - because there's your reason. In general - you should be avoiding running searches on things that aren't/can't be indexed. Running...
March 4, 2008 at 12:19 pm
paulhunter (3/4/2008)
Jeff Moden
March 4, 2008 at 12:16 pm
Haritha Kodali (3/4/2008)
March 4, 2008 at 11:55 am
I think the confusion is that SAN's (by your definition) are always remote. Your wording threw me a little bit as well: I was curious if you were getting...
March 4, 2008 at 11:51 am
If my italian isn't entirely shot - it's stating that the path isn't correct. Meaning - it doesn't understand what "Z:" is under the credentials executing the query.
Try changing...
March 4, 2008 at 10:45 am
Grant Fritchey (3/4/2008)
Is that ELSE clause a documented standard? I clearly need to update my documents.
I think it would make Sergyi proud....:):hehe:
March 4, 2008 at 10:39 am
Gotta say - that's a catchy "else" clause.....:D
Might have to reuse that somewhere.
March 4, 2008 at 10:31 am
The order of the columns is important in the covering index.
Looks to me that the indexes that would help would be:
For the main table -
PreviousDayID, PatientID, TodayID,[Open%] ,[High%], [Low%],...
March 4, 2008 at 10:23 am
The big question is - why do you want to do it in a User-defined Function to begin with? What are you using it for? What is the...
March 4, 2008 at 10:05 am
The short answer is - the "new" PIVOT syntax only allows for one type of aggeregation, so you can't incorporate that into the PIVOT statement.
Now - given that short answer...
March 4, 2008 at 9:41 am
I wonder how that test applies to the "Ballmer Peak" theory of programming?
March 4, 2008 at 9:01 am
CAGreensfelder (3/4/2008)
(Used to teach "Introduction to Microcomputer Applications" at the local college - when I...
March 4, 2008 at 8:32 am
Keep in mind that this will always retrieve just one value per row (so - you're out of luck with this syntax if the row has multiple instances of that...
March 4, 2008 at 8:27 am
Viewing 15 posts - 4,381 through 4,395 (of 6,486 total)