Viewing 15 posts - 31 through 45 (of 57 total)
thanx Minaz AMin for your suggestion
but u know there is an @@error global function in sql
which give us the deatail of error and Error type. when i got the...
February 1, 2007 at 2:28 am
hi shweta.
can u give me the details structure of your tables
i will try to create sp for your problem
January 26, 2007 at 10:06 pm
it is not possible .
u can do this same work with other technique
u can do this with the help of dts.....
as other's said in the previous post.
January 25, 2007 at 1:18 am
yes i agree with dclark
he is right.
January 23, 2007 at 9:19 pm
password security is not benifit to me for my question
January 22, 2007 at 1:32 am
Hi Author
U mean Like this
* Stored Procedure to insert a new record in
the Sample Table */
CREATE PROCEDURE sp_AddRecordToSampleTable
@SampleIdNo int,
@SampleName VARCHAR(20),
@SampleDesc VARCHAR(200)
WITH ENCRYPTION
AS
BEGIN
/* Add record...
January 22, 2007 at 12:13 am
Hi ijaz
I am not clear on your view can u tested my code in ssms or query analyzer ...
i have problem for substring when there is a diacretic in the...
January 21, 2007 at 9:17 pm
Hi Arthur Lorenzini
U just use the following way for passing the optional parameter in the stored procedures..
CREATE PROC Procedure_Name
@iSQL INT = 0,
@dtWorkingDate DATETIME ,
January 20, 2007 at 4:02 am
Hi Uzwa ul hague
can u send us the query u r using
January 20, 2007 at 3:32 am
Dear Qreqtm
i read your question, but sorry don't get the clear view of your problem
can u elebroate your question with example...
January 11, 2007 at 11:33 pm
Hi Carolyn stren
You just send us your simple code
there r following date converstion function such as :-
Select convert(varchar(20),getdate(),100)
Jan 12 2007 9:59AM
Select convert(varchar(20),getdate(),101)
01/12/2007
Select convert(varchar(20),getdate(),102)
2007.01.12
Select convert(varchar(20),getdate(),103)
12/01/2007
Select convert(varchar(20),getdate(),104)
12.01.2007
Select convert(varchar(20),getdate(),105)
12-01-2007
Select convert(varchar(20),getdate(),106)
12 Jan...
January 11, 2007 at 9:37 pm
Good Thing you have been introduced
it really help in documentation ... related thing........
January 11, 2007 at 4:44 am
Thanx for your valuable
Response.......
I will check it and I hope it will definitely works......
January 10, 2007 at 12:19 am
You r right.....Mohammed uddin
but when i stop all services using conffiuration manger after that i open sql server management studio and connnect to them it connect .. what is the...
January 9, 2007 at 9:30 pm
Viewing 15 posts - 31 through 45 (of 57 total)