Viewing 15 posts - 466 through 480 (of 7,472 total)
November 9, 2022 at 12:31 pm
Did you searched SSC for a split string article ?
"Tally OH! An Improved SQL 8K “CSV Splitter” Function"
November 9, 2022 at 7:48 am
Execute the sproc in PlanExplorer ( free tool ) to record its full execution plan en explore the marvels of that tool.
November 9, 2022 at 7:45 am
DEVOPS is a buzzword !!!!! Can anybody point me a solid guideline how to manage legacy typed databases in a DEVOPS environment? NO ! ... Multiple projects /...
November 9, 2022 at 7:01 am
DEVOPS is a buzzword !!!!!
Can anybody point me a solid guideline how to manage legacy typed databases in a DEVOPS environment? NO !
The only guideline you get is: "start small...
November 8, 2022 at 7:48 am
Why on earth would you use data type FLOAT ???? ( especially if smallint / tinyint ) would do !
November 7, 2022 at 1:46 pm
Does it hold blobs ? ( of tables that reside in other filegroups TEXTIMAGE_ON yourtroubledfilegroup)
or indexes of tables/views that reside in other filegroups ?
November 4, 2022 at 1:22 pm
Generate your test code:
Select 'DECLARE @test VARCHAR(5) = ''€'';
SELECT convert(char(100),'''+name+''' ) AS DBCollation, @test collate ' + name + ' AS VarcharText;
GO
' SelectQueries
from fn_helpcollations()
where name like '%latin%'
order...
November 4, 2022 at 12:00 pm
have a look at "SET options"
November 4, 2022 at 11:47 am
have a read at: "Encrypt a Column of Data"
November 4, 2022 at 10:43 am
Great example on how naming variables ( etc ) can be confusing and lead you totally out of focus
November 4, 2022 at 10:00 am
removed - you're talking SSIS ( I assumed SQL DB engine )
November 3, 2022 at 3:09 pm
indeed, Jeff
Sorry, Johan... I'm not sure how to take that. To be sure, it wasn't meant as an insult to anyone (especially you). You hit the nail on...
October 28, 2022 at 12:47 pm
Viewing 15 posts - 466 through 480 (of 7,472 total)