Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

is it possible to replicate a view from a SQL server to another one?

sql-server replication

how Do I list all table names in SQL Server using T-SQL?

I need to remove a unique constraints that I don't know the names of

SQL Server: Permissions on table

sql sql-server

SQL Server CTE referred in self joins slow

Connecting to SQL Server from java with TCP disabled

How to give access to SQL Server database mail procedures for a Login in a different database?

Connecting Oracle to SQL Server via database link

How to copy tables avoiding cursors in SQL?

What is cardinality and how does it affect performance (SQL Server)?

TSQL Update DATETIME Minutes and Seconds

sql sql-server tsql

Does rowversion/timestamp affects performance significantly?

Client-Server database application: how to notify clients that data was changed?

Stored procedure vs embedded SQL in SSIS performance

Update the same table in SQL Server

sql sql-server

Multiple dbcontexts in parallel threads, EntityException "Rerun your statement when there are fewer active users"

Stored procedure using SP_SEND_DBMAIL sending duplicate emails to all recipients

What is better- Add an optional parameter to an existing SP or add a new SP?

Why is the default size of nvarchar is 255 (MSSQL Server)?

sql sql-server tsql types

Performance Considerations for Conditional Queries (Search Forms)