Topics
Started by
Posts
Last post
A table hint would be used in a T-SQL query. So table hints would then be a sub-type of query hint…
4 replies
Hi All, select convert(varchar, getdate(), 103) 17/02/2012 select convert(varchar, '2012-02-17 15:…
7 replies
Hi, How can we store the Output value(s) from insert command into a variable.. instead of storing i…
2 replies
i have a query which is giving me dynamic data using pivot In that am using total as both columns a…
1 replies
I inherited a project originally developed within Access. One key component of this project is a hu…
1 replies
Hi, Is it possible to delete from a table using intersect? Something like this: delete * from Expor…
7 replies
Hi, I have one view which is based on the below select query. select t1.col1, t1.clo2, t…
7 replies
If ANSI_NULLS are set to on, will the following equivalence operators work if equated to a null val…
2 replies
hi , maybe some one can help me: i was ask to summarize column on sql table : 1 2 3 7 8 sum=21 wi…
9 replies
hi how can we implement lock in sql server? thanks
21 replies
I am doing a MIS Form.I select multiple table to get a data as single row.this Store procedure is c…
1 replies
I have a stored procedure that queries a view. I have observed lately (only on occasion) that the …
19 replies
Some senior people argue that I should not use drop table on the working table and using truncate i…
10 replies
Hi All, I have a table with two columns ID, Path as following. please excuse the formatting. please…
6 replies
I need to convert this data Name Relationship Address Adelberg Parent 2…
2 replies
Viewing 15 topics - 6,556 through 6,570 (of 10,635 total)
You must be logged in to create new topics.