|
Go Back To Sub-Category List [Databases] |
Current Sub-Category Entry |
Go Back To Sub-Category List [Databases] |
SQL Server
-
- SQL server replace characters in a string
- SQL Server how to replace characters in a long string
- SQL Server how to only replace certain characters in a long string
- Microsoft SQL Server
- customer's critical data
- fast and reliable storage
- Working with data
- Database Administration
- Find Database Tables
- SQL Development
- SQL Query
- SQL Server
- SQL Server
- SQL Server
- SQL Server
- SQL Server
- sys.objects
- Table Lookup
- DBCC CHECKIDENT
- SQL Database
- Table Reseed
- TRUNCATE TABLE
- data retrieval
- execution script
- input variables
- run query
- stored procedure
- T-SQL parameters
- LEFT JOIN
- missing records
- NOT EXISTS
- SQL
- table comparison
- computed columns
- database objects
- SQL Server search
- stored procedures
- sys.sql modules
- SQL computed column
- ALTER TABLE
- persisted column
- sys.computed columns
- DROP DATABASE
- SINGLE USER
- OFFLINE
- ROLLBACK IMMEDIATE
- SSMS 22
- SSMS 22 Options and Settings
- SSMS Change Default Location for Saving Query Results
- SSMS how to Comment and Uncomment out code
- SSMS Line Number
- SSMS Pinned Tabs
- SSMS Prevent saving changes that require table re-creation
- SSMS Toggle the Results window On or Off
- SSMS Word Wrap
- SQL LIKE
- SQL NOT LIKE
- SQL REPLACE function
- SQL pattern matching
- SQL WHERE clause
Tags
Code Articles
How to Search a SQL Server Database for a Column or Object Name
Six practical ways to search SQL Server for a column, alias, procedure reference, view, function, trigger, or computed column.
How to use SQL Server Database Connection string
lessons with a SQL Server database connection
SQL Script to Find Specific Tables in SQL Server
A simple SQL Server query is used to locate specific database tables and display their object types from the system catalog.
SQL Server - Filtering SQL Data by Combining LIKE and NOT LIKE Conditions, and In-Memory REPLACE
How to perform precise text searches in SQL Server using single-condition exclusions, as well as an advanced REPLACE technique to catch hidden matches in multi-pattern records without modifying underlying database data.
SQL Server - Find and Remove everything after a certain character
In SQL Server, how do you remove everything after a character in a string? remove everything after a character in SQL Server, SQL Server remove substring, how to remove substring in SQL Server,
SQL Server - Get Time from DateTime
SQL Server - How to format DataTime
SQL Server - Replace Text within a long string
How do you replace a word or characters in a string in SQL Server?
SQL Server - Return only records where the count is not 0
SQL Server - How to get only records that have content?
SQL Server - Schedule to Backup SQL Server Database
How to schedule a backup of SQL Server Database.
SQL Server - Schedule to Backup Transaction Logs
How to schedule a backup of SQL Server Transaction Logs.