Viewing 15 posts - 301 through 315 (of 782 total)
Duncan Pryde (3/9/2011)
SKYBVI (3/9/2011)
Good questioni would like to ask, we can restore at 9:15 right?
But not after that?
Regards,
Sushant
No, TRUNCATE TABLE doesn't affect point-in-time restore, so you can restore to any...
March 9, 2011 at 7:18 am
Good question
i would like to ask, we can restore at 9:15 right?
But not after that?
Regards,
Sushant
March 9, 2011 at 6:07 am
OK ..
Now when i run hte code there is an error in hte line below:-
LEFT(LTRIM(RTRIM(IM.ITEMNMBR)), (CHARINDEX('-', LTRIM(RTRIM(IM.ITEMNMBR))) - 1)),
The error says :-
Incorrect syntax near '-'.
BUT when i run this code(t-sql)...
March 4, 2011 at 8:35 am
Gianluca Sartori (3/4/2011)
SKYBVI (3/4/2011)
Also, i want the results in body , not in as an attachment.Thanks.
Regards,
Sushant
Sushant, if you look up sp_send_dbmail in BOL (Books Online, SQL Server's help) you will...
March 4, 2011 at 7:56 am
Also, i want the results in body , not in as an attachment.
Thanks.
Regards,
Sushant
March 4, 2011 at 7:47 am
When i put my code in the @query = '.......'
It says must declare the scalar varaiable @body1
Regards,
Sushant
March 4, 2011 at 7:44 am
I can't get 1 thing, how to put the value of the tsql code (result is a table) in hte content of the email...
Regards,
Sushant
March 4, 2011 at 7:20 am
ya its already created by my name...
Ok, i got it , wat abt other queries i asked.
Regards,
Sushant
March 3, 2011 at 8:38 am
This is wat from ur example:-
EXEC msdb.dbo.sp_send_dbmail
@profile_name='Default Mail Account',
@recipients='lowell@somedomain.com',
@subject = 'New Item Notification',
@body...
March 3, 2011 at 8:14 am
This is my code...
i am gettingg error "Incorrect syntax near @message..
create procedure dbo.rtw1
@receipent nvarchar(100),
@message nvarchar(30)
as
begin
INSERT INTO IV00104
(ITEMNMBR,
SEQNUMBR,
CMPTITNM,
CMPITUOM,
CMPITQTY,
CMPSERNM)
SELECT
IM.ITEMNMBR,...
March 3, 2011 at 7:48 am
I am using sql 2005 sp3..
Do u mean , tht i shld write a stored procedure or i can just do tht in t sql code.
Regards,
Sushant
March 3, 2011 at 6:07 am
Vernon Jimmerson-306463 (3/2/2011)
SKYBVI (3/2/2011)
Isn't log shipping a clone of that instance of sql server.Regards,
Sushant
Log shipping is automated copy of transaction logs being applied to a database on the same or...
March 3, 2011 at 6:03 am
Isn't log shipping a clone of that instance of sql server.
Regards,
Sushant
March 2, 2011 at 1:34 pm
mohammed moinudheen (3/2/2011)
How did you capture this information. What is the command?It appears to be some activity on tempdb.
Right clicking on server --> reports--> schema changes history
Why is it...
March 2, 2011 at 8:07 am
It is happening almost every minute
Regards,
Sushant
March 2, 2011 at 7:50 am
Viewing 15 posts - 301 through 315 (of 782 total)