Viewing 15 posts - 1 through 15 (of 24 total)
Thanks, got it sorted. My program which was uploading these was using the wrong table mapping...
December 16, 2010 at 6:23 am
Actually got. Thanks anyway to all.
Martin
February 24, 2009 at 7:57 am
I was having an issue where when I added the parameter @attach_query_result_as_file = 1 I couldn't the mails weren't being sent. I couldn't figure it out and was begining to...
September 4, 2008 at 3:33 am
THanks for the post. I'll read up on that now.
cheers
March 5, 2008 at 7:13 am
Hi Folks,
I have resolved this by taking all of the steps out of a transaction that would perform an antomic update covering all the individual steps. I know that this...
February 21, 2008 at 9:50 am
Hi Folks,
Thanks for the responses. There are a number of indexes on this table 7 in total so thats why its prob taking so long. When I run this using...
February 20, 2008 at 6:55 am
Its OK guys I got it. sorry for being so stttooopppiiid...
SELECT rwd.*
FROM TransWorkDetail rwd
JOIN SalesLineItemId rvl ON rvl.SalesLineItemId = rwd.SalesLineItemId
JOIN TranHeader rh ON rh.TranHeaderID...
January 15, 2008 at 10:00 am
Sorry folks,
I just found it. rgds,
exec msdb.dbo.sp_help_job @job_name = 'Copy Backups'
January 4, 2008 at 7:24 am
SQL server only uses the memory as it needs it. So even though you are setting the minimum value to 2.5 Gs it will only use the memory as it...
November 27, 2007 at 6:51 am
There is a table in the msdb database called something like syspackages or something like that. Within this table there is a column called server, or source. if you query...
November 26, 2007 at 7:54 am
Hi,
The only way I know of to find out this information is by running the profiler and monitoring the execution calls as they happen. Since you haven't done this and...
November 26, 2007 at 6:51 am
Hi Raghavendra,
Great Article.
How do you actually spawn a new thread? I have to implement something like this and this has given me some valuable information. I would like to...
November 23, 2007 at 9:17 am
Yes. the initial approach was to use service broker but once we dug a little deeper we found that there were still a few more issues that needed to be...
November 21, 2007 at 2:54 am
Logins are stored in the master database,
thus you can move your database but the logins wont be moved over. the DB usernames will be though. Using these you can...
November 13, 2007 at 7:33 am
Well just make sure that you are using the same versions of the software... SQL Server management studio for SQLServer 2005. and so on and so on for 2000.
And...
November 13, 2007 at 7:30 am
Viewing 15 posts - 1 through 15 (of 24 total)