Viewing 15 posts - 16 through 30 (of 34 total)
Actually this action was done by a developer.
And i have find out the solution for. Server is live and i can not restore the backup.
December 9, 2011 at 6:42 am
Yes
Bcz we don't want to restrict user to entere fixed column data.
The application requirement is user can add custom column and its value while processing documents.
December 9, 2011 at 6:40 am
Are there any session point like oracle database to which we can rollback?
December 9, 2011 at 6:37 am
This is vertically data storage
I can not put the hard code fieldname bcz user can add more field name in it.
December 9, 2011 at 6:36 am
select * from a where a.Aa not in(select Aa from b)
union
select * from b where b.Aa not in(select Aa from a)
November 14, 2011 at 8:39 am
Microsoft documentation is very protracted.
I need the query for this.
November 8, 2011 at 7:23 am
For this you have to create job in SQL server which check the balance from table and get the email of that client.
You have to schedule job for moring 9...
November 4, 2011 at 7:50 am
1. Go to sql server configuration manager
2. click on client protocol
3. Make sure TCP/IP and Named Pipes are enabled.
4. In the properties of TCP/IP check the TCP Port is 1433
November 4, 2011 at 7:40 am
1.First of all plz check your query or you can put it.
2. Are any job is running on the sql server.
3. Is deadlock you have checked.
Use this quey for open...
November 4, 2011 at 7:28 am
November 1, 2011 at 9:12 am
select CAST(Sum_percentage as money) from tablename
November 1, 2011 at 9:03 am
I have contact us page and on it there are one description field.
In that hacker enter the <script myfile.php>.
Bu using SP it will accept the value as it has datatype...
October 31, 2011 at 4:55 am
Viewing 15 posts - 16 through 30 (of 34 total)