Viewing 15 posts - 61 through 75 (of 184 total)
-- Start T-SQL
USE msdb
EXEC sp_send_dbmail
@profile_name = 'dbmail',
@recipients = 'XYZ@abc.com',
...
August 9, 2011 at 2:56 am
The step is not coming. While clicking the setup.exe, I am getting the below message
"SQL Server setup media does not support the language of the OS or does not have...
August 8, 2011 at 5:29 am
SQL server agent is not client tool. SQLCMD, SSMS, BIDS, Visual studio are the tools.
August 5, 2011 at 1:06 am
I am getting the error message when clicking setup.exe(first step). Can we check it from ini files or other files where language is mentioned?
August 4, 2011 at 2:49 am
Is there any way to find out the edition and language from the SQL server media/installation files(2008R2)?
August 3, 2011 at 5:45 am
Hi,
I used the second book(Microsoft self paced training kit) and it was useful. I have not used the other one.
July 27, 2011 at 7:00 am
Yes, SP1 is applicable for Enterprise Evaluation edition as well.
July 27, 2011 at 12:43 am
Keep MAXDOP as its default value unless there is system specific requirement for this.
July 26, 2011 at 4:57 am
create table Test1 (Text nvarchar(max))
Go
insert into Test1 SELECT NCHAR(8486)
Go
select * from Test1
July 21, 2011 at 5:10 am
Use SQL server migrant assistant to deal with that.
July 21, 2011 at 3:11 am
No easy was to take table backup as we take full backup of a database. Use BCP utility to take table backup.
There’s another way to back up a table, and...
July 20, 2011 at 6:04 am
Viewing 15 posts - 61 through 75 (of 184 total)