Viewing 15 posts - 61 through 75 (of 79 total)
And how to move day to day data ? should i go with differantial backup on daily basis ???
March 30, 2009 at 11:17 pm
hellosir,
Thanks for ur valuable time and comment......
I m more clear now...... thanks a lot for the clarification......
I checked by using select * from tab1 where qty>0... and the result was...
March 24, 2009 at 3:13 am
In Unique Key consraint only one null value is allowed......
March 24, 2009 at 12:57 am
Hello Friends,
Infront of u biggiesss i m too small to write antyhing but ,,, still i tried and i got some ansewer....... here is the code .....
I have considered in...
March 23, 2009 at 7:19 am
i think this the group by was left by mistake ...
if we over look that group by then the option 3 is the right answer and thats pretty much fineee...
Mithun
March 18, 2009 at 12:58 am
Dear friend,
you can use excel's feature of import data from data section.
there u can write selecte satement s and can retrive the data.
Mithun
February 19, 2009 at 6:13 am
HEY DUDE,,'
TRY THIS
DECLARE @MITHUN varCHAR (40)
SELECT @MITHUN = ''
SELECT @MITHUN = @MITHUN + name FROM Table_1
SELECT top 1 replace (@MITHUN,' ',',') FROM...
February 8, 2009 at 10:39 pm
dude,
if u really want the reply then provide us the complete tabel structure and some more sample data then only we can help u out ...
Mithun
February 8, 2009 at 10:01 pm
hi,
is is as simple as ur create the primary key.
ALTER TABLE dbo.Table_1 ADD CONSTRAINT PK_Table_1 PRIMARY KEY (id, name)
replace table name and column names as per ur comfort...
mithun
February 8, 2009 at 9:43 pm
HI,
U CAN NOT USE NEWID FUNCTION WITHIN THE FUNCTION LIKE THAT.
U HAVE TO USE VIEW TO WORK UR FUNCTION. SEE CRETAE ONE VIEW LIKE
CREATE VIEW A
AS
SELECT Name,NEWID()...
February 6, 2009 at 12:59 am
Dear Friend,
I think U need to do the practical more carefully
see, just copy paste the below part and the result is what u looking for dear.....
CREATE TABLE Results
(Username VARCHAR(100),
Correct INT,
TotalTime...
January 1, 2009 at 9:37 pm
Dear All,
Its Really Nice of u guysssssss for replying me some fruitful solutions...
First i tried with Varchar(max) but giving same problem as it can store upto 8060 bytes and finally...
January 1, 2009 at 9:16 pm
Dear Sir,
thanks for the prompt reply,,,,
I got all my answers thanks a lot and a very happy new year to u.
thanks
Mithun
December 31, 2008 at 3:37 am
sir
i got my first question answer but still my two questions pending
2) is it really true that we cant create two text column on single table?
3) and please tell...
December 31, 2008 at 3:14 am
hi,
as i have said in my first post i have already used two paramateters and its working fine with it , but i want to knwo if any good solution...
December 31, 2008 at 3:11 am
Viewing 15 posts - 61 through 75 (of 79 total)