Viewing 15 posts - 106 through 120 (of 429 total)
nihal9200_kwada (10/11/2012)
and also after job failure I noticed...
October 12, 2012 at 6:35 am
Yusuf Ali Bhiwandiwala (10/11/2012)
Have already tried the OPENQUERY and the recent EXECUTE AT remoteserver feature (latter having the much needed ability to pass parameters) and both work...
October 11, 2012 at 7:17 am
ChrisM@home (10/11/2012)
October 11, 2012 at 4:39 am
OK. so this is how it is. When you hardcode a value in the query using linked server, you can find the correct filter applied at the remote server and...
October 11, 2012 at 4:24 am
I have understood your problem and I have faced it a lot of times and each time the solution has been depending upon the need. Let me spend sometime testing...
October 11, 2012 at 2:34 am
First you need to make sure if the linked servers are working fine and you are able to test them before you use them in your T-SQL queries.
Right click...
October 11, 2012 at 2:19 am
runal_jagtap (10/10/2012)
I want to give access of a SQL Agent to a user.. how do i do this:w00t:
MSDB database has some built in roles which can be granted to a...
October 10, 2012 at 6:11 am
Can you provide an example of a task based on what you need.
In general if the data is distributed, you will have to use linked server or replication depending upon...
October 10, 2012 at 6:07 am
runal_jagtap (10/9/2012)
Hi Chandan,Can you explain more on what should we recommend in normal scenario???
We keep backups available on our network servers for 15 days and then archive them to tapes...
October 9, 2012 at 7:19 am
stillconfused (10/5/2012)
October 9, 2012 at 1:59 am
Konuri Dinesh (10/6/2012)
I moved My MSDB database to another location. after that i tried to start my server but unfortunately it can't 🙁
i done it by following steps
step:1
SELECT ...
October 9, 2012 at 1:55 am
Exactly. Earlier when I just stepped in this profession, I though mirroring or log-shipping will take care of the job. But as you know, mirroring is almost identical to prod...
October 9, 2012 at 1:15 am
I have not gone through the script entirely but the part where you are generating an SQL command and then executing it.
If I were you, I would have simply generated...
October 9, 2012 at 1:02 am
As stated above, it could be parameter sniffing. If you have identified what procedure runs that cause the sniffing capture that parameter in particular that causes this.
Now, don't put...
October 8, 2012 at 1:31 am
kingdonshel (9/30/2012)
Just to mention,I did not see any inbound or outbound option anywhere, I am using SQL Server 2008.
I am glad that this worked for you. MSDTC options would be...
October 1, 2012 at 2:34 am
Viewing 15 posts - 106 through 120 (of 429 total)