Viewing 15 posts - 1 through 15 (of 22 total)
Are u able to login in Windows authentication mode?
December 19, 2010 at 10:55 pm
You can write a DB trigger For delete statements and Stored the username,currentdate,Servername in another table ...Just look the Example
create trigger tr_delete_log on dbo.TableA --(Table where delete occurs)
for delete...
December 10, 2010 at 5:04 am
Hi Sathish,
Can u explain clearly what u want to knw?I think u have done mirroring.If you look at...
November 10, 2010 at 10:53 pm
Dear parthi,
Sorry for my mistake. 128 and 134 are the ID's of Salary and DA.Can u specify how...
November 4, 2010 at 5:20 am
Hi chris.king..
I think there is no another way.Joining tables will not decrease the Performance.
Regards
varun R
September 28, 2010 at 4:44 am
Hi,
SELECT Employeeid,max(Amount),receiveddate from table
group by Employeeid,receiveddate.:-)
Varun R
August 19, 2010 at 2:09 am
Hi adiga,
Thanks 4 the replay.All the master tables are different and new id is generated.how is it possible to transfer all the transactions corresponding with these id's and the existing...
August 2, 2010 at 11:44 pm
Hi adiga,
I want to know whether it is possible or not?.I am new to this current DB and as I...
August 2, 2010 at 11:26 pm
Hi sarath,
Store it as varchar in DB
Regards
Varun R
August 2, 2010 at 9:44 pm
Hi michielbijnen,
This is because the sql server datetime has a format 2010-08-02 17:27:54.590 ie YY-MM-DD, if u insert 13 on the month's space it will throw error.Change ur date format...
August 2, 2010 at 6:30 am
Hi sarath,
I think you can use Bigint,As u told the remaining datatypes like varbinary and binary will give hexadecimal values.
Regards
Varun R
August 2, 2010 at 5:52 am
HI..
It seems like some Syntax error in ur SQL..Please go through once again.
Regards
Varun R
July 30, 2010 at 1:03 am
Hi,
Please check ur DB datatypes and assigned datatypes whether it is matching.
Reards
Varun R
July 29, 2010 at 11:51 pm
Dear paulwhite,
Thanks for this wonderful solution...Keep it up..Thanks my dear friends for showing interest in answering my question...(For all)
Regards
varun R
July 28, 2010 at 6:30 am
Viewing 15 posts - 1 through 15 (of 22 total)