Viewing 15 posts - 646 through 660 (of 927 total)
Nice question Anoo. learn something new today. thanks
April 3, 2014 at 5:37 am
You can get your hands dirty in SSIS. Following is the link for Stairway to Integration Services[/url] by Andy Leonard
As per your current case, you just need to move the...
April 3, 2014 at 4:32 am
If you want to move the data from Server1 to Server2, then you need a connect to that server.
1) Create a link to Server2 link
2) Create a SYNONYM
CREATE SYNONYM myTable2...
April 3, 2014 at 12:40 am
hans.pret (4/2/2014)
If this is it I feel like an idiot. I'm no dba so this is still a learning curve for me.
When I setup the cloud server...
April 2, 2014 at 6:58 am
ganesh.khuspe_v (4/2/2014)
following is my trigger:
CREATE TRIGGER trigger1 ON Table1 after Update AS
begin
INSERT INTO table2
SELECT * from inserted
end
in above...
April 2, 2014 at 5:10 am
Mighty (4/2/2014)
As I said...
April 2, 2014 at 4:59 am
The % at the start means your search needs to read every row and look for a match. If you really need that kind of search you should look into...
March 31, 2014 at 12:33 am
ringovski (3/30/2014)
When run it says 0 rows effected.
This means that you have no data with company_id = 28, for the User = 'PO'.
March 31, 2014 at 12:16 am
Koen Verbeeck (3/27/2014)
Are you deleting connection managers?These types of errors occur when a connection manager is deleted, but it is still referenced by a task or component.
Another possibility that your...
March 27, 2014 at 5:17 am
They just don't know what they don't know.
Thats a million dollar quote, Jeff
Bravooo !!!! :hehe:
March 26, 2014 at 11:58 pm
nice question. thanks for sharing
March 26, 2014 at 11:54 pm
Viewing 15 posts - 646 through 660 (of 927 total)