Topics
Started by
Posts
Last post
Hi plzz help me in sql in the following table policy transaction 1234 new 1234 …
15 replies
I have this query to add missing vendors to the vpsvendor table which runs very slow as I have 100k…
6 replies
Hello, not sure if this can be done in T-SQL, but is there way to pivot data to one column? ie: He…
11 replies
If a table is getting inserted into via a stored procedure that inserts data using OPENXML, does th…
2 replies
All, I have a Table which contains just 1200 records . One of the data type is xml data type. When …
7 replies
i want to insert bulk data in one field in a table without using txt file directly using insert st…
3 replies
Hi there Please help my client would like a list of employees showing how long an employee has been…
6 replies
Hello comunity I have the following Script with an inner join : delete FROM ml INNER JOIN …
3 replies
I am trying to send an email which will contain at least one row (and in most cases 3-10 rows) of d…
4 replies
My table design as follow, CREATE TABLE [dbo].[tripH]( [trnxid] [int] IDENTITY(1,1) NOT NULL, [bu…
2 replies
Hello, my actual situation: I have a Xeon CPU with 4 Cores and 8 Threads. SQL Server 2005 Developer…
6 replies
Hello. I have a table where I need to assign an incremental value to a column within a group of ano…
13 replies
I have data coming from an AS400 that stores date and time in a Numeric column. I need to convert …
2 replies
I need to create a function to select just 3 octets from a column (ip_number). I paste below the se…
4 replies
Hello Experts, My database table and its data as follows: CREATE TABLE TEST ( lfisno int, …
4 replies
Viewing 15 topics - 4,186 through 4,200 (of 12,234 total)
You must be logged in to create new topics.