Viewing 15 posts - 826 through 840 (of 1,292 total)
y.koteswarrao-652921 (11/29/2009)
Hi,how to monitor from the client end whether the job/backup successfully completed?
could any one help me out,
thanks
Koteswar rao
What do you mean by monitoring from client end? The job /...
November 29, 2009 at 9:32 pm
I hope this would work, add the following code in your query and change the name of the DateColumn.
where Getdate() > Dateadd(mi,30,DateColumn)
November 29, 2009 at 9:25 pm
It needs more time to simluate the same data at our end to come up with a script,
please post the table scripts and some sample records as per the...
November 29, 2009 at 9:06 pm
I wan't replying MySQL Server as a result of your equation.
I was suggesting a new phrase that's it..
November 27, 2009 at 4:29 pm
How about this MySQL Server 😛
November 27, 2009 at 2:47 pm
This is at least strange way, there are others who have posted weird ways of asking help ...:-)
You don't know whether they are seeking suggestion, making a challenge or making...
November 27, 2009 at 2:37 pm
I don't think applying Indexes in your database caused that error.
If you feel so, have you tested it by dropping the indexes and run the SP?
November 27, 2009 at 1:08 pm
lmu92 (11/27/2009)
Bru Medishetty (11/27/2009)
If your goal is to import data from an Excel source for one off time, then you can use Import / Export wizard available in SQL Server.
I...
November 27, 2009 at 1:05 pm
Implemented based on Primary key in the tables And / Or based on datetime Columns that are used to track the data that needs to be moved.
It's a general question...
November 27, 2009 at 1:03 pm
cathy.baker (11/27/2009)
Yes, I realized it after I saved.
I guessed it, that's why I gave the link to Steve's thread.
November 27, 2009 at 12:56 pm
cathy.baker (11/27/2009)
Right Click SQL Server Agent in SSMS and select Properties.
For what?
November 27, 2009 at 12:55 pm
It could have been better had you posted this in reply to Steve's thread.
@http://www.sqlservercentral.com/Forums/Topic825418-263-1.aspx
November 27, 2009 at 12:53 pm
Linked Servers are there, is it not something you are considering?
I believe this thread started around that, I second Luckysql's thoughts regarding the DTC not a requirement to have...
November 27, 2009 at 12:50 pm
If your goal is to import data from an Excel source for one off time, then you can use Import / Export wizard available in SQL Server.
November 27, 2009 at 12:44 pm
Whenever using temp tables, verify data after insertions / updations and make sure it looks what you expected.
November 27, 2009 at 9:47 am
Viewing 15 posts - 826 through 840 (of 1,292 total)