Pedro Sr


Technical Article

Synchronize the DB user SID with the Login SID

If you attach a DB on an SQL Server different from the SQL Server where the DB was initially created, you will usually come up with a situation where a login will be a DB user however, you cannot see this through the login properties screen. That happens because the name of the login exists […]

You rated this post out of 5. Change rating

2005-04-21 (first published: )

1,409 reads

Technical Article

Change the probability of the pseudo-random values

The usual practice, when we need some test data, is to employ the pseudo-random built-in function RAND(). We usually use it to produce a random value in some range and it produces these values with the same probabilities. Sometimes we need more "realistic" data when some values are more probable than others are. In this […]

5 (1)

You rated this post out of 5. Change rating

2002-10-04

266 reads

Blogs

Optimize Azure Fabric Pipelines with This Key Spark Setting

By

Boost Your Azure Fabric Pipelines: Don’t Overlook This Crucial Spark Setting Are your Azure...

SQL Server Post-Install Configurations

By

The SQL Server installer has gotten better: tempdb configuration, MAXDOP, and even max memory...

How Vastu Principles Can Inspire Smarter Database Administration: A Holistic Approach to Data Architecture

By

In the fast-paced world of IT, Database Administrators (DBAs) are the unsung heroes who ensure that...

Read the latest Blogs

Forums

How a Legacy Logic Choked SQL Server in a 30-Year-Old Factory

By Chandan Shukla

Comments posted to this topic are about the item How a Legacy Logic Choked...

Monitor SQL Server using Zabbix

By Pablo Echeverria

Comments posted to this topic are about the item Monitor SQL Server using Zabbix

Archiving data older than 5 years

By Andre 425568

Hi We have databases with data stored for over 20 years, this is required...

Visit the forum

Question of the Day

TCP Provider Errors in SQL Server

You're troubleshooting a connectivity issue between a client application and a remote SQL Server instance. The client receives a "provider: TCP Provider, error: 0 - No such host is known" message. You verify that SQL Server is running and reachable on the server. The SQL Server instance is configured with a named instance and uses dynamic ports. Which of the following steps is most likely to resolve the issue?

See possible answers