Viewing 15 posts - 5,431 through 5,445 (of 6,400 total)
tt-615680 (3/26/2012)
The report result should look like the following:
City ...
March 27, 2012 at 1:20 am
Ray K (3/26/2012)
L' Eomot Inversé (3/26/2012)
Brandie Tarvin (3/26/2012)
yonderhill
over the
and far away
March 26, 2012 at 8:07 am
logshipping monitor node? other than that i would put it down to a rename of SQL and the rename hasnt taken effect properly
March 26, 2012 at 8:00 am
if the primary instance is BOM-TEST, so I am guessing the the other name is the secondary node where you are shipping the logs to
March 26, 2012 at 7:52 am
SQL_Helper (3/26/2012)
I have a active passive cluster (2 node)
Now I want to create a seprate active/active cluster (2 node)
Appreciate if anyone help me to resolve my following query
1 - how...
March 26, 2012 at 7:30 am
what if you wrap the whole expression in ()
other than that, would need to see the data to figure out whats happening
March 26, 2012 at 7:22 am
whats the definition of the bulk insert task and can you provide a sample of the excel file that needs to be imported?
March 26, 2012 at 6:31 am
is that the exact text which is in the expression? if it is your missing a )
March 26, 2012 at 5:35 am
common cause is that the agent hasnt started
March 26, 2012 at 4:50 am
thats where you need the loop so that it send the email 1 by 1
DECLARE @Name NVARCHAR(100), @Email NVARCHAR(100), @Message NVARCHAR(MAX), @It INT, @Num INT
SELECT @It = COUNT(*) FROM todayBday
SET...
March 26, 2012 at 4:38 am
only problem would be the text as you have sun's you will need to contatinate in a char(39) to avoid using ' and terminating the string
sun'+char(39)+'s
and as always...
March 26, 2012 at 4:07 am
its the steps you need to take to get the task done.
first point of call would be to google sp_send_dbmail and see what parameters it needs to work, then google...
March 26, 2012 at 3:00 am
you will need to build some kind of loop, (while loop, cursor) then pass in the email and other data into parameters which are passed into sp_send_dbmail
pesudo code would be...
March 26, 2012 at 2:48 am
Jerry came up with the quickest soution, ask the other side if it is possible in their citrix environment to mount local machine drives on connection to citrix, if not...
March 26, 2012 at 2:12 am
please do not cross post
March 26, 2012 at 1:23 am
Viewing 15 posts - 5,431 through 5,445 (of 6,400 total)