Topics
Started by
Posts
Last post
CREATE TABLE [dbo].[Managements]( [ManagementId] [int] NOT NULL, [FTAManagementNo] [varchar](35) …
1 replies
We have a table that stores a time in a char(5) format, as in '10:15' I want to advance the time …
13 replies
Hi all, I'm a SQL newbie who sort of inherited a 2005 db. I've got a query that returns a SUBSTRING…
26 replies
I got this script from my DBA and it works fine for single attachments. I need help in modifying i…
2 replies
I HAVE A CHARACTER LIKE THIS FOR EG ('THIS IS A TEXT MESSATE SORRY IT IS A MESSAGE'). I HAVE TO IN…
7 replies
Hi, I'm new to SQL and am facing a query which I don't know how to write SQL for... I need to displ…
49 replies
Hello, I'm trying to get multiple columns from a subquery based on a query. The problem is that the…
5 replies
Is there a way to create Temp Table Dynamically by running Stored Procedure . I can create a do thi…
1 replies
Hi everyone, I am writing a stored procedure that updates a field in a SQL table with a value obtai…
5 replies
As far as I know, VARCHAR(MAX) is essentially the replacement for the old TEXT data type. My questi…
10 replies
Hi Experts, How can i accomplish to delete a selected ID's using T-SQL. I have use this query DELET…
2 replies
Hello folks, I know there are lots of useful script/approaches on how to send out HTML email from S…
6 replies
Its trivial compared to what most on here speak of, I know, but here it goes.. I have a SELECT sta…
18 replies
Rather than posting all of my failed queries, I'll just show what I'm trying to do. auctions fields…
7 replies
I have a transaction table with account number, sequence, date, amount, and running balance. The r…
9 replies
Viewing 15 topics - 181 through 195 (of 12,234 total)
You must be logged in to create new topics.