Topics
Started by
Posts
Last post
Hi All, I am not sure if what i would like to do is possible but thought i would ask. I am doing a …
11 replies
Hi Gurus, I'm not sure if that's the correct term in my subject. I'm a bit a new to tsql. I'm strug…
2 replies
Hi All, I want to calculate a running balance across a month for a customer, as the bill is genera…
15 replies
I have two simple tables StudentSubiect and Student. Table StudentSubiect (contains all the grades …
3 replies
Hi, I have table which has 3000 records which doesn't have primary key, timestamp. I need to write…
8 replies
I have a table of tasks. Each task has a due date and is configured based on a user defined schedul…
29 replies
I need to find all foreign alphabet characters in a column. It might Russian, Chinese, ect.
14 replies
I have a table of dates, companyIDs, and industry. CREATE TABLE #mytable ( date DA…
4 replies
Hi, CREATE TABLE #temp ( ParentID INT, TaskID INT, TaskName NVARCHAR(MAX) ) INSERT INTO #temp …
8 replies
create table #a (a int, b int) insert #a values(1,4),(1,4),(1,4),(1,6),(1,6),(1,7),(2,2),(2,3) sele…
4 replies
Hello, I was trying to document stored procedure, but was not able to start the template since stor…
2 replies
Hi, declare @test-2 table (ParentId varchar(10), ChildId varchar(10)) declare @test1 table (Paren…
6 replies
I'm trying to figure out what or how to do the following We run a event that the registration open…
3 replies
In presence of Witness Server, I am configuring Principal & Mirroring Server for Database Mirr…
7 replies
subquery +Aggregate Functions --use [AdventureWorksDW2012] [dbo].[DimEmployee] --display Department…
1 replies
Viewing 15 topics - 2,401 through 2,415 (of 4,984 total)
You must be logged in to create new topics.