Topics
Started by
Posts
Last post
Above is my sql query set which i want to sort like below My original query is this (means it sho…
5 replies
Hi, CREATE TABLE #TableSol ( ID INT IDENTITY(1,1), Text VARCHAR(100) ) INSERT INTO #TableSol ( Tex…
6 replies
Hi, I have a following xml. '<Item> <Item customerid="101" customername="Ram" gender="Male…
3 replies
HI All, I have a SQL file table which is created in a single File Stream Group. There are multiple …
2 replies
Hi All, Hope you are doing great. Here I have a problem and I am sure you will help me out. I have …
15 replies
HI. I am trying to execute the following function ( it is not mine) ALTER FUNCTION [dbo].[Dis] ( …
1 replies
USE AdventureWorks2012; GO SELECT p.FirstName, p.LastName ,ROW_NUMBER() OVER (ORDER BY a.Postal…
1 replies
By: xanthos
Hello, I am working at college. We using one ERP software called Jenzabar. Somehow advising tab is…
10 replies
This one is so weird. I'd love to have some help figuring it out. A query works fine when I run it…
5 replies
I have issue in executing the command below SET @filePath = '\\i.p.a.d.d.r.e.s.s\Shared\Output1\…
1 replies
By: Lowell
Hi, I was wondering if anyone had some advice or example for creating a trigger that fires when a s…
11 replies
Hi, all. I have a table with information on thousands of network nodes where an engineer supplied m…
13 replies
Using SQL SERVER 2012 I created 2 tables: 1 containing cars and a second containing users of those …
15 replies
Hello, I need to identify on a single row, up 6 identifiers for a single provider. A provider may h…
8 replies
By: Sergiy
I have a trigger that executes an insert into a table with the primary key, previous value, current…
3 replies
Viewing 15 topics - 2,266 through 2,280 (of 4,984 total)
You must be logged in to create new topics.