Topics
Started by
Posts
Last post
Hello All Good Evening, create table deltavalues (planid varchar(10), baseval float, highval float)…
2 replies
I'm not sure if this can be done. I'm not sure if it's the lack of coffee in my body or something e…
15 replies
I wrote a procedure to calculate median: ============================ ALTER proc [dbo].[sp_Calculat…
5 replies
Hi Can anyone help me with an easy way to extract a substring that is between 2 characters? Example…
12 replies
Hi, I would like to provide the names of columns in an insert statement from a schema table, so tha…
8 replies
I need to calculate the average number of days between customer orders. my table has customer numbe…
19 replies
Hi Experts, I have a database with many tables. I would like to Delete all rows with practiceID=55 …
3 replies
Hi guys, i've stucked in a problem with duplicated registers in my db, my scenario below: First Tra…
3 replies
I need to find the ones ending in a decimal. So if you look at the list below, I need a script tha…
5 replies
Hi Experts, I have taken all the user tables in a database in a cursor. I need to fetch each table …
5 replies
Hello and apologies for a bit open question. I need to build an XML file with three sibling Complex…
2 replies
I have a history table with the following values CREATE TABLE History (SnapShotDate DATETIME, UID V…
4 replies
Why does this cause an error ?? Seems that SQL should just care if @Col_Input is NULL or not. If s…
3 replies
I have writtena da query to search for a string in an expression by the number of it's appearance.…
9 replies
In a Stored Proc I am creating the following temp table and index: CREATE TABLE [dbo].[#ShipTo]( […
15 replies
Viewing 15 topics - 1,291 through 1,305 (of 10,647 total)
You must be logged in to create new topics.