Viewing 15 posts - 211 through 225 (of 236 total)
You can use Linked server concept or a SSIS package to transfer your records from one server to other.
May 11, 2010 at 4:39 am
the above Query works with short names of the month
Declare @month as varchar(10)
set @Month = 'Dec'
select Month(@month + ' 1 2010')
May 6, 2010 at 3:00 am
Can you tell us what exactly you want to do with the case statement
in the first case statement you already said as 'Then 1' and wrote insert statements.
Please check the...
May 6, 2010 at 12:53 am
Please look at the URL:
http://www.sqlservercentral.com/articles/Administration/2582/
May 5, 2010 at 3:11 am
Please Check the below Query might be useful as i don't know how you are storing the shift time in the table.
declare @start1 varchar(10)
set @start1 = '06:00'
declare @End1 varchar(10)
set @End1...
May 4, 2010 at 1:02 am
Which version of the sql you are using 2005/2008
May 4, 2010 at 12:21 am
Hi All,
I have similar kind of requirement where i need to change the amount into the USD,but in my case the amount will be in different currency format say for...
May 3, 2010 at 3:38 am
For this Error please go the variable section and change the DataType to Object.
May 3, 2010 at 3:35 am
Hi,
Can we pass all the columns to the procedure as a table parameter or as an XML?
which one will be better for performance?
string or XML or a table?
May 3, 2010 at 1:10 am
Viewing 15 posts - 211 through 225 (of 236 total)