Viewing 15 posts - 16 through 30 (of 46 total)
For 2005 - SQLServerManager.msc
For 2008/R2 - SQLServerManager10.msc
October 19, 2011 at 2:24 am
Hi,
The code seems valid and works fine on my system, try printing @results from the trigger to check if there is any issue while sending mail.
August 24, 2011 at 4:59 am
Hi,
AFAIK, this is not possible.
The partition key - the column used for partitioning must exist as a single column in the same table.
August 1, 2011 at 3:13 am
it will return accurate results, it is a dynamic management view.
July 29, 2011 at 5:17 am
Try This:
SELECT OBJECT_NAME(OBJECT_ID) TableName, st.row_count
FROM sys.dm_db_partition_stats st
WHERE OBJECT_NAME(OBJECT_ID) = N'TableName'
July 29, 2011 at 3:54 am
My Bad!..
you need to launch un-installation from Control Panel > Programs and Features
Start an uninstall of "Microsoft SQL Server 2008" (or R2), you will get the option to remove features.
🙂
July 28, 2011 at 2:02 am
Hi,
That's correct steps. You can deselect components you wish to remove on "Feature Selection" screen.
July 28, 2011 at 1:50 am
It is not actually a service pack for Management Studio, but full installation of Management Studio with service pack applied.
That is there because, if you do not have installed Management...
July 26, 2011 at 8:26 am
Hi,
If you have SSMS installed on the system, SQLServer2008R2SP1-KB2528583 will also update it, you do not need to install SSMS again.
July 26, 2011 at 7:39 am
Hi Virendar,
You can generate scripts for DROP and CREATE using SSMS. but you will need to manually edit the script to change the ON clause.
July 26, 2011 at 1:56 am
Hi,
Upgrade Advisor is for upgrading editions from earlier versions of SQL Server.
July 25, 2011 at 9:38 am
Hi,
From BOL:
Memory usage is increased as needed by SQL Server until reaching the value specified in max server memory. SQL Server cannot exceed this memory usage unless the value of...
July 25, 2011 at 8:11 am
Does the file exist in specified location?
Are you able to access the file?
November 21, 2010 at 7:25 pm
Viewing 15 posts - 16 through 30 (of 46 total)