Topics
Started by
Posts
Last post
I have several tables and stored procedures that have an user ID of a person that is no longer with…
1 replies
Hi everyone, Newbie here. How to remove duplicates caused by DateFrom and DateTo columns? I …
3 replies
Hi, We have a Time & Attendance application that stores the time punched by each employee in a …
19 replies
Hello, can you help me out? I'm having a bit of a brainfreeze. Looking for a way to distinct 2 fiel…
5 replies
Hi, i have a sample table: table ID flag name 1 0 test1 1 0 test2 1 …
17 replies
hi, drop table #t create table #t (tid int,c1 varchar(35),c2 varchar(35),c3 varchar(3…
1 replies
Hi everyone, I have a directory of many csv files such as C:\Temp\NP-001.csv C:\Temp\NP-002.csv C:\…
7 replies
I have a varchar(max) column which has sensitive data and want to encrypt it. I used ENCRYPTBYPASSP…
2 replies
I wrote a process to store off all sql objects daily. There is one that stores off all stored proce…
2 replies
Hello all, I have installed MSSQL 2022 Developer on a new Laptop with Win11 Prof. Databases are lo…
3 replies
I'm storing off various stats about procs on a daily basis. On e of them stores each sql statement …
4 replies
use dB DROP PROCEDURE [dbo].[pre_update] GO SET QUOTED_IDENTIFIER ON CREATE TYPE GetTrackingNo AS T…
4 replies
Hi Forum, I'm trying to set up Visual Studio (VS) 2022 & SQL Server (SS) 2019 to create SSIS, S…
7 replies
Hi all, I have not worked in Standard edition in a while (Enterprise only), but a new client of our…
4 replies
I am trying to create a new FMT file for a table I had to update. The base file is quoted and comma…
1 replies
Viewing 15 topics - 301 through 315 (of 393 total)
You must be logged in to create new topics.