Viewing 15 posts - 211 through 225 (of 312 total)
hey Andras,
------------------------------------------------------
Unfortunately on 2005 you cannot pass table variables to stored procedures as parameters. You will be able to do this on SQL Server 2008, but that is not yet...
March 14, 2008 at 4:19 am
Thanks Andras,
http://msdn2.microsoft.com/en-us/library/ms189336.aspx
Above URL is really helpful for me,
Cheers!
Sandy.
February 27, 2008 at 11:14 pm
Hey Kenneth,
Now I am following this way.
I have added one more column as RegionType.
If it is Region then it is 0
---
If it is City 1 then it is 1
and...
February 27, 2008 at 10:32 pm
hey Andras,
I have a quick question for you,
If you are using more than one Stored procedure, then how can you handle the transaction process,
Ex: -
SP -1
(
Begin Tran
...
February 27, 2008 at 4:57 am
Yes Andras,
Function would be better here.
Cheers!
Sandy.
February 27, 2008 at 4:43 am
Hi Kenneth,
Kenneth
----------
So this 'list' with hyphens and stuff, this is your sourcedata?
Ans: Yes, this is the Data coming from Webservice.
Kenneth
----------
Can there be more than one region in this list?
Ans: Nope,...
February 27, 2008 at 4:34 am
yes,:)
I got it,
Can you please tell me what is the use of Timestamp Datatype then???
Thanks..
Sandy.
February 22, 2008 at 3:11 am
Hi GilaMonster,
In my Web Application the code is written in such a way that this format of date will support for all type of database not only SQL Server.
otherwise I...
February 22, 2008 at 2:45 am
Hi all,
I am following the same way what you are suggesting now.
Ex : select convert(varchar(30),getdate(),121)
But the important for me is storing rather than fetching the data.
Any other ways??
Cheers!
Sandy.
February 22, 2008 at 2:28 am
Thanks,
But I need to store the date data in this format as like Oracle and MySQL
Ex: 2008-02-22 14:27:45.623
because the application is only changing the connection to the SQL,MySQL & Oracle...
February 22, 2008 at 2:01 am
Hey Grant,
I convert the MySql Script to SQL Server Script very easily,
But right now also working on that same XML Path,
If I will find any way, I will get back...
February 6, 2008 at 11:05 pm
Hey Grant,
I got your point,
Let me check with development team and I will get back to you, on this.
Grant, Do you have any idea how to convert a MySQL script...
February 5, 2008 at 9:37 pm
Hi Brad,
Thank You,
I will proceed my work as per you and Grant Specified initially.
If any needs, I will get back to this topic.
Cheers!
Sandy.
January 28, 2008 at 9:57 pm
Viewing 15 posts - 211 through 225 (of 312 total)