Topics
Started by
Posts
Last post
Hi all Designing DB on loan application form. till now created DB tables on Mortgage,MortgageType,C…
2 replies
drop table #temp create table #temp ( offerid int , Catg varchar(100) ) insert into #temp( offerid…
4 replies
Hi I wounder some could help me. I am bit new to store procedure and asp. I have store procedure li…
1 replies
Hi all, i have 3 tables,and i wanna merge them looking at sdatekey and edatekey. Table1 sdatekey ed…
1 replies
thanks in advance thanks sarat 🙂 Curious about SQL
1 replies
How to know what statistics are used on a given query on SQL Server? Sivaprasad S - [ SIVA ][/url]h…
2 replies
Hi, I have a table which contain the data as follows, ID first * sec GroupID vid 1121…
7 replies
We are redeveloping our product from SQL Server 2000 to SQL server 2008(Can go for any RDBMS in fut…
3 replies
All, We have just migrated from SQL 2000 to SQL 2008. Table structures,indexes etc are the same as …
10 replies
Hi All, How do I get rid of the Union from the following query: select SUBSTRING(name, CHARINDE…
7 replies
Hello Everyone I am just fooling around trying to better myself. How can I complete this count puzz…
2 replies
I have a phone number field. The data in it is formatted as xxx-xxx-xxxx; however, I have a need t…
1 replies
Hi, Here's a sample create index statement that was generated with SQL 2008 Management Studio... CR…
1 replies
Hi All, select isnumeric('100,200') gives me 1. Shouldn't it be 0? Thanks...
16 replies
which datatype is suitable for 'HSUB 9N380800 1010000.000000 USD' data in sql_server
8 replies
Viewing 15 topics - 9,631 through 9,645 (of 10,647 total)
You must be logged in to create new topics.