Posts
Sort by recent activity
Bulk-renaming object files in TFS, prep for SSC
We have a manually-managed TFS folder (VS 2015, TFS 2013) that was originally populated with another tool. Object files have suffixes by type, e.g. MyReportSproc.Procedure.sql, Patients.View.sql, ...
No Hints for Variable
I key the following SQL:DECLARE
@StartDate datetime,
@EndDate datetime,
@RepID varchar(25)
SELECT
@StartDate = '2009-01-01',
@EndDate = '2009-03-31 23:59:59',
@
I get no suggestions at all...