Viewing 15 posts - 181 through 195 (of 758 total)
Did you assign those permissions to the SQL service account?
June 5, 2013 at 3:03 am
SQL Geek (6/5/2013)
Hi Sqlfrenzy, Its SQLServer which is consuming the CPU, I checked it on Resource Monitor.
Please have a look at those 2 articles I posted earlier - That should...
June 5, 2013 at 2:56 am
Sqlfrenzy (6/5/2013)
SQL Geek (6/5/2013)
Hi SQLSACT, There is no wait only the CPu utilization is 90-100%.do check which process is taking up high CPU.. is it sqlserver or any other process.
Have...
June 5, 2013 at 2:51 am
Have a look at these articles
June 5, 2013 at 1:52 am
It's worth noting that ALTER INDEX........WITH (ONLINE = ON) while it's not a magic button, it is an excellent option though.
When rebuilding indexes online, short lived, shared locks are...
June 5, 2013 at 1:19 am
SQL Geek (6/5/2013)
June 5, 2013 at 1:10 am
vxhughes (6/4/2013)
Can anybody recommend a good online guide to SQL commands? Or at least a list of the ones I should learn first?
Have a look at Itzik Ben-Gan's T-SQL...
June 5, 2013 at 1:04 am
TheSQLGuru (6/4/2013)
June 4, 2013 at 7:25 am
Can you confirm that you can access the drive with the transaction log is located?
You might be able to get to location of the log from this
select physical_name from sys.master_files
where...
June 4, 2013 at 6:35 am
If you're looking for queries that have previously executed with parallelism, have a look here
June 4, 2013 at 6:23 am
Rauf Miah (6/3/2013)
companycode [nchar(4)] actcode [nchar(12)] vounum [nchar(14)] trnam [decimel (18,6)]
I like to build...
June 3, 2013 at 3:29 am
Do you have any FK's referencing that PK?
June 3, 2013 at 3:22 am
New persopn (5/30/2013)
I want know exact difference between 2005 installation and 2008 installation
1. Install SQL 2005
2. Install SQL 2008
3. Take notes
I'm not trying to be hard with you but this...
May 31, 2013 at 12:16 am
My immediate thought would be to check the wait statistics on the server - It's not the most definitive way of checking performance issues but could possibly point you in...
May 29, 2013 at 6:23 am
New persopn (5/29/2013)
Hi allHere i have some doubt about new features in sql server 2008
What is the differences in sql server 2005 and 2008 in installation.
This is something you can...
May 29, 2013 at 5:29 am
Viewing 15 posts - 181 through 195 (of 758 total)