Topics
Started by
Posts
Last post
I have a program that attempts to estimate how items will be packaged into boxes based on a number …
11 replies
Hi. I have a table with 5 columns, NAME, answertype(1=Yes, 2=No),amount of answers,YES, NO.. NAME …
1 replies
Scenario: If John Smith is to enter his time, he needs to be able to see his current total hours in…
6 replies
I need to select data from an existing table where a row may be duplicated but I want to select jus…
3 replies
Hi All, I have a table Toman_Aggregate with the following fields and example records. Toman_Aggreg…
1 replies
Hi, I have two variables @Var1 and @Var2 which has values as follow: @Var1 = '23,24,78,234,890,' --…
2 replies
I just converted all of the varchar and text columns in my database to nvarchar (same length for al…
5 replies
Hello I'm trying to find a way to collapse a large table I'm working with. I'm noticing that there…
38 replies
i have two table .one table has a column as primary key and second table has that column as foreign…
4 replies
Hello, I am not new to hierarchical data but I am new to CTE's and I think I am close if someone co…
9 replies
declare @sql varchar(1000) declare @testInt int set @testInt =0 set @sql = 'select 1' exec (@sql…
2 replies
Hi guys, I have a problem of listing duplicated rows that include NULL columns. Lemme show my probl…
3 replies
Hi. I would like to show AvailableCapacity as a percentage. I have arrived at a value for Available…
4 replies
Dear Team, I have stuck with a problem, I have a scrip that is demerged into two scrips: the same s…
2 replies
Hi folks, This sounds like a newbie question but I just don't understand it: is there anything wron…
5 replies
Viewing 15 topics - 3,541 through 3,555 (of 12,234 total)
You must be logged in to create new topics.