Topics
Started by
Posts
Last post
Hi All, I was trying to retreive the row count of the big table which has got 2904003 records. I us…
14 replies
I have a stored proc that uses a fast forward cursor to process data(Warehouse_UpdateAllTables). I …
18 replies
All, I have the following trigger which is built to update date_time_mod whenever an update is fire…
7 replies
Hello Every body I have a table in which there is a column which hold a series of numbers 1-10000 e…
15 replies
Hi, I've created a function that will set column values into Proper case.Say for example: FROM this…
6 replies
Hello Everyone I am working on an old SQL 2000 database that has a couple different procedures that…
2 replies
I have a legacy system which uses SQL Server as its back end and i am going to replace the legacy s…
6 replies
Environment CREATE TABLE [dbo].[tPA_SetAuthoFunc]( [anCounter] [int] NULL, [acFuncAbove] [varchar…
3 replies
Hi, Look into the query below. CREATE TABLE #MyTable (UID INT,NAME VARCHAR(100)) INSERT INTO #MyTab…
3 replies
hi, could you please let me know how to import data from Excel to sql server table.
6 replies
All i have a stored procedure that takes position vacancy and filled counts and displays them in a…
1 replies
Hi, I am facing a peculiar situation and require some help. We need to insert records in a …
11 replies
I got some weird( may be i am not aware of this fact ) results in case of NULLIF declare @send_emai…
9 replies
Hi How Do I calculate Current total Bytes Per Row used Created table with h1 to h663 no error msg …
2 replies
Hi CREATE TABLE CombineProducts ( id int , dscnt_stub uniqueidentifier, prod_name nvarcha…
5 replies
Viewing 15 topics - 1,111 through 1,125 (of 4,155 total)
You must be logged in to create new topics.