Topics
Started by
Posts
Last post
Hi I have table like customerid 101 customernameRam gender Male married Y…
5 replies
I have several tables of data where one field holds multiple records of "n" static length. In the e…
5 replies
Hi, Does SQL Server allow programming within a SELECT statement? For instance, SELECT col1, col2 (…
16 replies
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
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
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
Viewing 15 topics - 2,266 through 2,280 (of 4,984 total)
You must be logged in to create new topics.