Viewing 15 posts - 496 through 510 (of 7,505 total)
must be a routing issue.
Check the path ( tracert ) which your connection has to follow to be able to connect to your instance.
- router/switches/vlans/Wirewalls/...
November 14, 2022 at 10:55 am
Double check if the target backup location hasn't been switched to a (windows) compressed volume !
November 10, 2022 at 5:48 pm
Have a look at : "clustered-and-nonclustered-indexes-described"
and / or "Effective Clustered Indexes"
November 10, 2022 at 9:33 am
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
Viewing 15 posts - 496 through 510 (of 7,505 total)