Viewing 15 posts - 556 through 570 (of 1,161 total)
YouTube may have some videos. But for this topic the duration of the video may be of few seconds 😉
October 8, 2010 at 2:21 pm
Click on SSMS --> Help --> About. The first row in the screen mentions about the SSMS version.
October 8, 2010 at 2:19 pm
Ensure the following
1. Excel file is on the server where you trying to import
2. Excel file does not have any spaces in it
3. Excel file has column names (first row)
4....
October 8, 2010 at 2:12 pm
Use Perfmon instead. Here are some references.
http://knol.google.com/k/sql-server-performance-monitoring-with-perfmon#
http://searchsqlserver.techtarget.com/SQL-Server-PerfMon-counters-for-tracking-Windows-memory
October 8, 2010 at 2:01 pm
October 8, 2010 at 9:39 am
Check if the SQL Agent service account has privileges on the batch file's folder. Check if the sqlcmd's folder is present in the Server's environment variable. If not try using...
October 8, 2010 at 9:10 am
Right click on an existing job and select "Script job as". This will create the script for you. You may use this script as an example and do the changes...
October 8, 2010 at 9:07 am
ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTempl
From the error message it is clear SSMS is still running on SQL Server 2005 SP2. Please upgrade the client components to SP3
October 8, 2010 at 4:03 am
How big is model database Transaction Log file?
If you have space on the other drive please take the transaction log backup using
BACKUP LOG model TO DISK ='[DriveName]:\Filename
Then issue DBCC...
October 8, 2010 at 3:50 am
Use SQL Server Configuration Manager to change the service account password. It will take care of the rest. You may find this discussion useful.
October 7, 2010 at 11:00 pm
In SQL Server 2008 a new feature has been added to ignore databases which are not online in Maintenance Plans. More details here.
ASAIK, there is no such provision in SQL...
October 7, 2010 at 10:39 pm
Check if executing this query on the source server helps
ALTER SERVICE MASTER KEY FORCE REGENERATE
More information on this command here
October 7, 2010 at 10:13 pm
Googling gave me with many options. Here are two of them
October 7, 2010 at 6:38 am
Well done SSC! Kudos to all who have contributed to this site and helped innumerable people
October 7, 2010 at 4:15 am
Viewing 15 posts - 556 through 570 (of 1,161 total)