Viewing 15 posts - 481 through 495 (of 648 total)
Hi, see this above script It is clearaly mention "Print command"
PRINT 'SQL Server and SQL Server Agent both are running'
If using print command in sql statement, result set disply...
August 1, 2011 at 10:10 pm
Thanks for reply... this is very usefull script for identified execution plan on graphical style. once again thanks.
Here i have attached execution plan for xml query plan, please find this...
August 1, 2011 at 12:30 am
ALZDBA (7/30/2011)
0Please elaborate as Gail requested.
Just I checked as below script for query using Most IO process.
SELECT TOP 100
(total_logical_reads + total_logical_writes) / qs.execution_count AS average_IO,
...
July 31, 2011 at 10:08 pm
yes, It is correct & working fine
Thanks
ananda
July 30, 2011 at 5:14 am
Thanks for reply & help, I understood why system process waiting long time.
Could you give me, Script for receiving email alert which are user process staying long wait time, suspended,...
July 29, 2011 at 1:35 am
Hi,
Thanks for this script for monitor head blocker session, it is very useful.
I checked this script and display system process are suspended, please tell me, Is there any issues?
I think...
July 28, 2011 at 10:58 pm
Ninja's_RGR'us (7/28/2011)
That's over 5 minutes of blocking. Is someone [re]building an index or something like that?
No one can run rebuilding index..,
Query life cycle
Running - a query which is...
July 28, 2011 at 7:13 am
GilaMonster (7/28/2011)
You should never just kill something unless you know what impact is will have. What if it's something critically important.
Check what...
July 28, 2011 at 7:03 am
GilaMonster (7/28/2011)
Check what they're waiting for. The wait_type column.
Thanks for reply...
I checked wait_type column as below, too much wait stats and display related Query and stored procedure, Program name (.Net...
July 28, 2011 at 6:42 am
No sir, still i am waiting for approval from Application & Business Owner,
Please tell me, Is there any issue for Install Ingress ODBC Driver on SQLSERVER 2008 machine?
Thanks
ananda
July 25, 2011 at 5:30 am
Mr.Lowell,
thanks for reply..
In SQL server 2008 server machine Not available Ingress ODBC driver 3.0 or 9.2 etc.. I think Ingress odbc driver required in Ingress machine only. Not in SQL...
July 21, 2011 at 6:59 am
Thanks for reply......
Please tell me, how to transfer table and data to SQL 2008 from INgres database.?
Does SQL 2008 DTS can able import table and data?
Thanks
ananda
July 21, 2011 at 6:30 am
Panders (7/21/2011)
If you run your script each day then store the results you will be able...
July 21, 2011 at 4:16 am
Sumanta Roy (7/21/2011)
Use SQL server migrant assistant to deal with that.
Thanks for reply....
As per Microsoft SQL Server Migration Assistant (SSMA) makes it easy to migrate data from Oracle, Microsoft Access,...
July 21, 2011 at 3:38 am
GilaMonster (7/15/2011)
Did you look in Books Online for what the defaults are?
Yes, I got it, If I mention fullscan option - all the row in table gathering the statistics. If...
July 15, 2011 at 5:30 am
Viewing 15 posts - 481 through 495 (of 648 total)