Viewing 15 posts - 1 through 15 (of 27 total)
Yes, extended property for MS_DESCRIPTION.
It can be available through sys.extended_properties. I thought that why to query sys tables. It should available through Metadata function.
January 9, 2020 at 6:37 pm
Nice question, thanks Steve,
I am in search of any metadata function that retrieves column description.
January 6, 2020 at 2:36 pm
Very useful function for "Status" column.
thanks Nakul Vachhrajani for return type testing.
January 6, 2020 at 2:18 pm
Thanks Jeff.
I will post few of my performance issues in same thread which are probably due to fragmentation and page split (or due to GUID). Perhaps you suggestion can help...
December 17, 2019 at 11:47 pm
Can I check proactively that any Insert/Update will cause page split.
December 12, 2019 at 3:41 pm
Execution plan changes with column in WHERE clause but physical join type remains the same.
December 12, 2019 at 1:18 pm
February 22, 2019 at 4:35 am
I used to have similar situation with linked server. Later we implement SSIS solution and observed significant performance gain.
I suggest go for SSIS.
February 22, 2019 at 12:55 am
February 20, 2019 at 4:34 am
How different containers (docker) from virtual machine.
February 12, 2019 at 6:01 pm
I wan't aware about COMPRESS function.
Thanks for question. Also with this question I revised various data compression algorithms.
But I am amazed to see that it supports only GZIP algorithm.
October 31, 2018 at 9:34 pm
I tried below example from w3schools.com and getting an error.
Example:
thistuple = ("apple", "banana", "cherry")
thistuple[1] = "blackcurrant"
# The values will remain the same:
print(thistuple)
Result:
>>> thistuple...
October 31, 2018 at 6:35 pm
Even I am facing the same issue where SQL Server consuming a few memory.
Found below but need concert reasons as I am dealing with Production systems.
https://www.sqlpassion.at/archive/2011/11/04/why-sql-server-is-using-so-less-memory/
October 29, 2018 at 2:45 am
I think backup the System-level Databases, and restore them after your database.
April 28, 2017 at 12:08 pm
Nice and Easy Script.
But,
The sp_change_users_login is deprecated procedure. sp_change_users_login cannot be used with SQL Database.
Below is article to Troubleshoot Orphaned Users (SQL Server)
https://docs.microsoft.com/en-us/sql/sql-server/failover-clusters/troubleshoot-orphaned-users-sql-server
April 28, 2017 at 11:47 am
Viewing 15 posts - 1 through 15 (of 27 total)