Topics
Started by
Posts
Last post
Hi How to convert XML data field to string / text. Example: data is stored in the field is: T…
8 replies
By: OTF
Hello, I am trying to create a view which gives records. Some of them have the same values over mos…
3 replies
By: OP_HELP
SELECT distinct SD.ERP_ORDER, SH.SHIPMENT_ID, SH.INTERNAL_SHIPMENT_NUM, SC.ITEM, SC.LOT, SN.SERIAL…
3 replies
By: develope
declare @table table (id int, [name] varchar(20)) insert into @table values(1,'SQL Server 2005') in…
12 replies
Hello all. So I can go into the design mode of a table and ctrl + select columns to add them to a p…
4 replies
By: GSquared
I have an imported table with group names that are sharing a special code among rows. The business …
9 replies
By: GSquared
Hi, I have been receiving below error when i use top(p.nid) in my select. error: The reference to c…
15 replies
Hi Guys, I'm stuck with a query that I could do with some help on if anybody doesn't mind: It goes …
7 replies
Hi, I am using SQL 2005. I have a SP which creates temp tables from a selection of other tables. At…
3 replies
Hi All, I have a requirement like, I am working with two servers,one is in intranet(lan or local…
6 replies
By: ps.
Whats's the difference between charindex and patindex. blog: http://sarveshsingh.com Twitter: @sarv…
3 replies
By: ps.
table contains date like 071009(mmddyy),42209 (mddyy) how to convert this in datetime?
4 replies
Hi All I need to check whether a passed number is positive or negative, is there any pred…
6 replies
We had all SQL 2000 servers. I needed to get some information including the roles from each server.…
6 replies
I have a table that has multiple rows for any id I want join all ids that have a one code but not a…
6 replies
Viewing 15 topics - 6,271 through 6,285 (of 12,230 total)
You must be logged in to create new topics.