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',
...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
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...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 8, 2011 at 5:29 am
Can you post the full error message?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 8, 2011 at 2:54 am
SQL server agent is not client tool. SQLCMD, SSMS, BIDS, Visual studio are the tools.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
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?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
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)?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 3, 2011 at 5:45 am
Yes, I passed the exam.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 27, 2011 at 8:45 am
Hi,
I used the second book(Microsoft self paced training kit) and it was useful. I have not used the other one.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 27, 2011 at 7:00 am
Yes, SP1 is applicable for Enterprise Evaluation edition as well.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 27, 2011 at 12:43 am
Keep MAXDOP as its default value unless there is system specific requirement for this.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 26, 2011 at 4:57 am
create table Test1 (Text nvarchar(max))
Go
insert into Test1 SELECT NCHAR(8486)
Go
select * from Test1
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 21, 2011 at 5:10 am
Use SQL server migrant assistant to deal with that.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 21, 2011 at 3:11 am
select CStid, MIN(Price) from Tablename group by CStid
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 21, 2011 at 3:09 am
http://support.microsoft.com/kb/918992/
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 20, 2011 at 6:05 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...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 20, 2011 at 6:04 am
Viewing 15 posts - 61 through 75 (of 184 total)