Topics
Started by
Posts
Last post
Hi, My table design as following, CREATE TABLE [dbo].[SFAProject]( [Id] [int] IDENTITY(1,1) NOT NU…
15 replies
I would like to remove rtf from my Note column. I tried this: SELECT Note, LTRIM(Note, 'rtf') from …
6 replies
Hi all! Sorry for the dumb questuon, but I did not find any answer on ms or stackoverflow. I know t…
3 replies
I have a stored procedure that imports and processes data and at the end it is supposed to move the…
5 replies
I am setting up a new laptop and I need SQL server 2017 developer so that it is the same version as…
2 replies
Please advise, how would i pivot this table? /****** Script for SelectTopNRows command from …
1 replies
Hi experts, Sorry for not getting you a table or data at this moment but I will if I need to get he…
11 replies
Hi, I've table as following, CREATE TABLE [dbo].[SFATenderDetail]( [Id] [int] IDENTITY(1,1) NOT NUL…
6 replies
Hi all, Trying to get the max date/time started across ALL tables... SELECT Operator_Ref, MAX ([Dat…
4 replies
I have a stored procedure that imports a group of csv files. The first field is called Initial an…
6 replies
I have two instances of SQL 2017 Express installed on a given computer. Computer name is WINDEV2004…
9 replies
I have a stored procedure that imports a group of csv files. The first field is called Initial an…
1 replies
Dear Experts I think this is an SSMS issue. My version is v18.10, aka 15.0.18390.0. Honestly don'…
2 replies
Hello SSC, I hope everyone is well and staying safe. Basically I have to update 83 million rows in …
1 replies
I would like to create a data model a excel . I have no problem moving the data from source to targ…
3 replies
Viewing 15 topics - 166 through 180 (of 1,532 total)
You must be logged in to create new topics.