Topics
Started by
Posts
Last post
Hi there! I have an SQL table called ORIGIN with 5 fields. Each time one of the field in changing, …
5 replies
Example 1 declare @statement varchar(100) = '[dbo].[vw_EmployeeData]' select @statement, CHARINDEX(…
7 replies
Hello SSC, I hope everyone is staying safe and healthy. I am using SQL 2017 and I have over 17 mill…
3 replies
Hi guys, I really do not understand why I still receive empty emails. Please check my code: …
11 replies
Hi Everyone ! If I run SELECT * FROM [QPulse5Training].[dbo].[RevisionAttachmentItem] I get a gener…
10 replies
By: mjhytre
Hi, I plan to create HelpDesk Database. One of the table will store - Response Time & Resolutio…
21 replies
By: kuopaz
EDIT : the table is not 1gb its 1tb 🙁 Hi I have a table with 351,495,000 records (about 1…
11 replies
here is my code for parse data but here I have error like this 'StoreSurvey' has fewer columns than…
1 replies
Please assist me? I would like to calculate:my code: SELECT * from [dbo]. where LeaveTypeName Not …
3 replies
I am using the following code for distinct count, seem to give me the same number for count and dis…
3 replies
Hello, everyone am currently learning Microsoft.SqlServer.TransactSql.ScriptDom. Have already imple…
2 replies
Hello, FYI Database collation is Arabic_100_CS_AS Why do Arabic characters in a varchar column (c…
3 replies
This is something I am thinking someone may have done already. Basically we have data loader which …
4 replies
I've table and data as script below, CREATE TABLE [dbo].[ClientProjects]( [Id] [int] IDENTITY(1,1) …
2 replies
We have a scalar function that is used to add a specific number of business days to a date however …
14 replies
Viewing 15 topics - 211 through 225 (of 1,532 total)
You must be logged in to create new topics.