Topics
Started by
Posts
Last post
I have a table which looks like this: USE [DB_render] GO /****** Object: Table [render].[tblActiv…
14 replies
I must be overlooking something... I am trying to do something like declare @txtSearchMajors nvarch…
4 replies
Several years ago I wrote code to archive Data. I created a table that set the maximum number of re…
40 replies
I have this code: IsNull(c.BeginBal,0) + IsNull(d.NetActivity,0) As [Begin_Bal] It seems simple eno…
10 replies
All, I have a situation where there are account numbers with alpha and numeric characters. I am lo…
2 replies
I have been asked to create a report for one of our clients. The report is pretty basic but I am co…
1 replies
Hi - I need to extract the .ispac file from the SSISDB. I can retrieve the stream with catalog.get…
5 replies
Hello all, Recently I've been stumbling with a way to properly produce a result that provides me a…
3 replies
Hello Can you please let me know how we can replace the multiple values in a single select statemen…
7 replies
Where I execute the command SELECT @@ServerName it returns NULL? This just started today. What coul…
17 replies
I have a Database that is set to Simple Recovery mode. It is not clearing the log and the transacti…
9 replies
We have 2 databases on different servers with identical structures and indexes Database 1 has a st…
18 replies
Hello, I'm struggling to develop a stored procedure with business logic for a bicycle rental compan…
4 replies
I have a table which has XML data, so it takes lot of time to delete it. Here's the condition: Arch…
3 replies
I want to recursively select all records within a hierarchy, using the main parentid and a textvalu…
17 replies
Viewing 15 topics - 2,881 through 2,895 (of 4,984 total)
You must be logged in to create new topics.