Viewing 15 posts - 286 through 300 (of 545 total)
Hi Chris
Are you inserting the result on any table, if so then check the table structure, one more thing to...
December 10, 2008 at 10:56 am
Hi
Hope this link below helps
http://www.mssqltips.com/tip.asp?tip=1112
http://msdn.microsoft.com/en-us/library/ms179316.aspx
Cheers
🙂
December 9, 2008 at 9:07 am
Hi
Woudn't it be more easy when you speak to you administrator to ask you to provide some rights as linked server 🙂
December 9, 2008 at 9:04 am
lets know how long does your backup take, just interested in timings
December 3, 2008 at 6:13 am
I am not sure about the problem, but can this be done by searching all folders using windows search if you know the filename 🙂
December 3, 2008 at 6:11 am
I am having a 164 GB Database which is been copied across network to a storage location, it takes 6 hours for me to complete the backup, i dint even...
December 3, 2008 at 6:05 am
Hi Paul
It depends, are u backing to a network folder? is the machine been used by any other process??
December 3, 2008 at 5:37 am
check what transcations are going on, Log size grows when there is a huge transcation going on, you can use profiler to check what is happening on background
December 3, 2008 at 5:32 am
Hi Naveen
bluntly, dataset is the connection to SQL server that holds ur SP, once that is been created, you can see the...
December 3, 2008 at 5:27 am
you can use msdb.dbo.sp_send_DBMail ro send mail from your SP, what exactly is that you want to do, if you can explain a bit more then we can give more...
December 3, 2008 at 5:24 am
if this a adhoc Query ones then cast as said above will do , if you want to change the structure of the table, yes you can
December 3, 2008 at 4:55 am
Conceal this extended SP into a SP, the call that SP from a linked server, this can be used with the machine where we have SQL installed 🙂
December 2, 2008 at 9:10 am
CREATE VIEW VTEST AS
SELECT A,B FROM TABLE1
UNION
SELECT A,B FROM TABLE2
This view cant do update :D, it is read only 🙂
November 28, 2008 at 10:15 am
Viewing 15 posts - 286 through 300 (of 545 total)