Viewing 15 posts - 17,806 through 17,820 (of 26,489 total)
Well, if he is fishing he is using the wrong bait. 😛
December 21, 2009 at 8:54 am
Based on your original post, all you need to order by is the oldmachineId; ORDER BY oldmachineID DESC.
Unless I am missing something?
December 21, 2009 at 8:49 am
Only working today and tomorrow this week, taking three days vacation next week so not working at all next week.
December 21, 2009 at 8:19 am
What type of processing are we talking about? If it is updating data in the database, keep it on the server. If it is processing for presentation, put...
December 21, 2009 at 8:06 am
Not only that, and it may just be me, but it looks like the logic for the first and last row of data look the same.
December 21, 2009 at 7:38 am
How about you show us what you have tried first. Maybe we'll what you are doing wrong and help you that way instead of just giving you the answer.
December 21, 2009 at 7:27 am
vivek.philip (12/21/2009)
I just wanted to know the user name associated with the SQL Server agent.If theer is any means to find that. it would be great
That isn't what you...
December 21, 2009 at 7:26 am
But how is it being used? How would you switch back?
You can restore a SQL Server 2005 backup to SQL Server 2008, but you can't go the other way.
December 21, 2009 at 7:07 am
sturner (12/21/2009)
it May be nice, but it would be even nicer if it was in a more concise and readable language like C#.but I digress...
Nothing wrong with VB.NET, but let's...
December 21, 2009 at 7:05 am
How are you using the DR Server?
December 21, 2009 at 6:58 am
vikas bindra (12/21/2009)
vikas bindra (12/21/2009)
Lynn Pettis (12/21/2009)
vikas bindra (12/21/2009)
declare @lastFriday datetime
SET @lastFriday = convert(datetime,convert(varchar(10),getdate() - (datepart(w,getdate())+1),121))
select
@lastFriday - 6
,@lastFriday - 5
,@lastFriday - 4
,@lastFriday - 3
,@lastFriday -...
December 21, 2009 at 6:52 am
If you run it, it is running as you. Check to make sure that the service the SQL Server Agaen is running under has proper permisions to the shared...
December 21, 2009 at 6:45 am
What would really help; table definitions, sample data, expected results based on sample data. The sample data should reflect the problem at hand, but shouldn't be more than 10...
December 21, 2009 at 6:43 am
Viewing 15 posts - 17,806 through 17,820 (of 26,489 total)