Viewing 15 posts - 16 through 30 (of 36 total)
Thanks for your reply.
An alias is not what I need in this instance but you have answered my question regarding the column level synonym.
I did try to create...
April 29, 2008 at 9:27 am
OK good.
You are quite right about the 2 seperate filegroups. Although you could have 12 filegroups I dont see any benefit from doing this unless you wanted to make some...
January 9, 2008 at 8:57 am
For anyone else who needs to modify the script to use SQL 2005 dbmail just change (assuming db mail is correctly set up already)....
EXEC master..xp_sendmail @recipients = 'email@domain.com',
@subject = @MailSubject,
@message...
November 5, 2007 at 6:01 am
Thank you. Both ways work a treat. 😀
October 31, 2007 at 2:56 am
This article will probably be of more use to you http://msdn2.microsoft.com/en-us/library/ms151255.aspx
My setup does not involve replication via the web so am not 100% sure of the config, sorry. I...
September 18, 2007 at 9:03 am
You will need to be able to resolve the server name in order to connect via management studio, I used host entries to achieve this. Can you ping the destinatation...
September 18, 2007 at 8:42 am
I am using the ReportViewer. Thanks for your reply that answers my question.
September 7, 2007 at 2:25 am
Go it.....
'
+''''+''''+'
Thanks for your help!
August 1, 2007 at 1:47 am
I just get back;
Msg 170, Level 15, State 1, Line 29
Line 29: Incorrect syntax near '1211'.
1211 being the variable and line 29 being the start...
July 31, 2007 at 9:56 am
Thanks for your reply. In the end I managed to do it like this;
=IIF(Fields!Exam_Description.Value
LIKE "*Real*"
AND
Fields!Date_Received.Value <
July 19, 2007 at 3:57 am
The execution plan shows an 18% cost on the join, a 47% cost on the clustered index scan on one table and a 22% cost on another clutered index scan....
July 10, 2007 at 4:55 am
That looks to be working correctly!
Thank you for your help it is much appreciated.
July 4, 2007 at 9:39 am
I did try this a little earlier but still didn't have any luck.
Is it possible to use something like NOT LIKE "*Real*" in an expression?
Thanks
July 4, 2007 at 9:06 am
Viewing 15 posts - 16 through 30 (of 36 total)