Viewing 15 posts - 76 through 90 (of 468 total)
Update:
Think i got it! forgot to take into consideration the order of the predicates. Join predicate must be used first in the index, followed by whatever im grouping/sorting by:
CREATE NONCLUSTERED...
October 25, 2012 at 8:55 am
Thanks Gail. Makes sense.
Turns out that despite the VM being allocated 2.3Ghz of processing power its only getting on average 500Mhz. Something else on the host has priority on the...
October 12, 2012 at 10:11 am
Hi. Nevermind, i figured that what im trying to do is impossible and i need more info. i think some rows should be versioned, so i need to go to...
August 31, 2012 at 5:19 am
You can schedule an agent job to run once per month, but it will still presemably require human intervention to update the password the job updates.
I'd spend some time figuring...
August 5, 2012 at 7:18 am
I'm not sure if you can do this via policy managment. IMO access to a database should be a part of a well thought out security configuration, and I don't...
August 5, 2012 at 7:14 am
why not use the international standard ISO8601. Its compatable with all date formats.
August 2, 2012 at 10:23 am
not really a whole lot of information to work with. looks like your username or password is incorrect, or someone has removed access to the database instance for that particular...
August 2, 2012 at 10:18 am
chriskellerx10 (8/2/2012)
Here is how my tables look now.Customer
CustIDDealerIDFirstLast
1100BillJones
2100Mary Smith
3100JimBell
1133SteveClamp
2133FrankTom
1200JaneFoster
DealerIDCustIDMailIDMailDate
1001F22.1231247/1/2012
1002F22.1231247/1/2012
1331C16.1123237/3/2012
2001S15.4345526/30/2012
You need to post the table schema, and schema of any indexes on the tables. sample data is not a whole lot...
August 2, 2012 at 9:19 am
SQL Server always logs install failures and install successes. On any of my computers the logs are stored in:
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log
In this log directory there is a directory...
August 2, 2012 at 7:10 am
"Database is slow" is similar to saying "the internet's broken" when you cant connect to wifi. There are many many potential causes. We need to do is narrow it down...
August 2, 2012 at 7:07 am
your running the maintenance plan via sql agent right? what does the job history say?
August 2, 2012 at 2:16 am
a Server being down or a Database being down does not in itself raise an alert, so your script would have to execute regularly, and check against a list of...
August 2, 2012 at 2:13 am
Or you could use one of the SQL Managment tools. I have used Idera SQL DM and found it quite good. Quest & Redgate have similar tools, which although i...
August 2, 2012 at 2:05 am
Powershell, get-Service cmdlet
http://www.computerperformance.co.uk/powershell/powershell_service.htm
August 1, 2012 at 2:28 am
I worked on a project where we do something similar.
The big problem you will have is if each server is a different configuration (different drives, letters etc), and each...
August 1, 2012 at 2:22 am
Viewing 15 posts - 76 through 90 (of 468 total)