Viewing 15 posts - 406 through 420 (of 7,466 total)
Once you go to SQL2019, the minimum database level is 100 !
That may break some stuff if you were to migrate the db and have your app use it on...
April 28, 2023 at 2:06 pm
April 28, 2023 at 11:37 am
No we only have named instances on our SQL2005 clusters.
ClusteredSQLServerName\InstanceName is being used to connect with.
Connections which provide the correct port number workt fine
( ClusteredSQLServerName, portno OR ClusteredSQLServerName\InstanceName,portno )
April 28, 2023 at 8:14 am
It must be a SQL2005 issue.
All newer Clustered SQL Server instances work are getting connected to without an issue.
April 28, 2023 at 6:14 am
It returns the sql server full instance name allright.
April 28, 2023 at 6:06 am
local firewall active?
April 26, 2023 at 8:31 am
Why is this left join used in your "WHERE NOT EXISTS " parts?
...
April 12, 2023 at 9:57 am
Why is this left join used in your "WHERE NOT EXISTS " parts?
...
April 11, 2023 at 1:45 pm
March 31, 2023 at 5:58 am
can you post your indexes create statement ?
March 29, 2023 at 10:57 am
Check out TSQL Restore Database, and you'll find you can to specify new locations for all files making the database
Just add "move .." for the location of the concerned...
March 29, 2023 at 6:39 am
have a look at "Logon monitoring in SQL Server and Azure Managed Instances - Adopting Extended Events"
March 29, 2023 at 6:01 am
There should indeed be performance related advantages when using #temp objects.
According to your use case, an index on a #temp object may indeed help out.
performance - performance - performance -...
March 28, 2023 at 2:05 pm
What I "love" about these scrum sprint agile and the newer cicd developments is that most managers think it will speed up their sloppy work.
They still don't have a clue...
March 22, 2023 at 7:26 am
Viewing 15 posts - 406 through 420 (of 7,466 total)