Topics
Started by
Posts
Last post
Hi, I need some help on having security for my database. Can I make my database to work only for my…
3 replies
Hi folks, We have a front end(Access) which uses sql server as a back end. We give 2-3 tables where…
1 replies
Hi All, If anyone can help me with a bit of guidance on this SQL it would be much appreciated. In a…
9 replies
Hi, I have a columnn called Documentno which concatenate the vendor and shipto fields together. T…
10 replies
Hi All, I have a table called EMPLOYEE in which i have following fields & records Emp_Name …
7 replies
I have huge sql string to be passed to the sp_executesql.I did define the @sqlstring as nvarchar(ma…
6 replies
Hi All, I have table with columns: [ASSOCIATEID] [LASTNM] [FIRSTNM] [STRNBR] [D…
6 replies
I have read a few Misc post on creating a Cross Tab Query and I understand the concept but I am hav…
2 replies
Hi Friends, If i execute a stored procedure which uses cursor (to fetch 35 records), manually it …
17 replies
need a query / procedure which would convert Columns into Rows without causing any damages to the o…
10 replies
Hi i'm creating a trigger that runs every time a new stock code is created. I want the trigger to …
4 replies
select id from table1 c with(nolock) where (select max(creation_Date) from table2 cd wi…
9 replies
suppose my sourse data like id,name,sal 1,vasu,100,2…
6 replies
Hi, The result of the following SQL rounds off to 8 decimal places whereas the scale is mentioned a…
4 replies
I'm having some difficulties with some data that I need to return in a big select list. The data i…
2 replies
Viewing 15 topics - 1,906 through 1,920 (of 12,234 total)
You must be logged in to create new topics.