Topics
Started by
Posts
Last post
Ok so what I am wanting to do is fill in rows with information that is missing from a file. I read …
18 replies
I have a small table in Dev (contains 38 rows) and I ran an update statement but forgot the where c…
4 replies
Hi, I am trying to get a row_number windowing function to work the way I hope it could work .. Usin…
2 replies
Hi folks, Please can you advise me on how to log an old value in a audit table via a trigger. I cur…
5 replies
Hi, Create Table Test(Id int,name varchar(80)) Insert into Test Select 1, 'A' union AllSelect 2, 'B…
13 replies
i have received a legacy data files from vendor time values are sent without semicolon , can you he…
7 replies
Hi , I have a list of records that are actually list of columns and table name that are coming from…
1 replies
i have a table test , i need to send an email in HTML format provided in attachment.CREATE TA…
4 replies
Hello, I have this structure and these datas :For now, I use sub-queries, like this :Select dem2.Id…
5 replies
CREATE TABLE #INPUT(ADDRESS_1 VARCHAR(200),IS_PO_BOX BIT) INSERT INTO #INPUT Values ('PO BOX 123',…
4 replies
Hi all I've got a query that runs (outside a stored procedure) in around 8 seconds to return 45609 …
11 replies
Kinl provide the update query for update column TeamId based on max date for each employee Sce…
22 replies
Can privileges be granted to create tables in several schemas while limiting the creation…
5 replies
Hi.The following script fetching number of user session. Is there way to get total user session alo…
4 replies
I have result set from @runtimequery like below .I want to set 2 parameters according to the in it …
4 replies
Viewing 15 topics - 1,081 through 1,095 (of 4,984 total)
You must be logged in to create new topics.