Viewing 15 posts - 16 through 30 (of 55 total)
Thanks To Participles
According My Need I have a complaint table.
when a new record insert in this table then we want to send message to all user which is using my...
April 26, 2010 at 11:44 pm
thanks to all for participates
according to my need.
i have a compliant table in my CRM Database.
when a new complaint insert in table . then we want to notify all users...
April 26, 2010 at 10:55 pm
Thanks
u are right
but we don't want to send mail to all user.
i want to pass a message in message box and want to display on screen of all systems in...
April 26, 2010 at 4:44 am
thanks for reply
i using window application develop in .net.
when a row insert in a table.
then we want to provide alert message of all user which is using my application.
in...
April 26, 2010 at 3:18 am
In Case Of Insert You do not have old price of product.when you update a record then u can get old and new price
April 5, 2010 at 12:34 am
Use Two Condtion With AND LIKE
WHERE table1.UserID = table2.UserID AND table1.PostID= table2.PostID
April 4, 2010 at 11:30 pm
try like this
System.Data.SqlTypes.SqlDateTime sqlDateTime = new System.Data.SqlTypes.SqlDateTime(System.DateTime.Now);
convert your date to sql date then insert.
March 8, 2010 at 3:24 am
This Database currently in working but we can not take backup.because some file related to full text search (full text catalog) is missing . currently i am not using full...
March 8, 2010 at 12:13 am
select partno from table3 where style='34'
intersect
select partno from table3 where stylenumbers='68'
March 4, 2010 at 5:46 am
Thanks For All For Participates and Clarify Some Issue.
March 4, 2010 at 4:54 am
then you can restore the day 3 diff on top of all without restoring full backup again, but the restriction remains the same the last backup which was restored should...
March 4, 2010 at 4:43 am
select adminpermission from appadmin where addId=1
you can add coalesce keyword and take values comma delimited by using a function and can use then .
March 4, 2010 at 1:47 am
It Means Log Backup is The Substitute of Incremental backup In SQL server ?
March 3, 2010 at 10:27 pm
Viewing 15 posts - 16 through 30 (of 55 total)