Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL - Inserting and Updating Multiple Records at Once

sql-server

How to get a list of users for all instance's databases

sql-server database list

how to enter values in rowguid column?

sql sql-server tsql guid ssms

I have data about deadlocks, but I can't understand why they occur

Can I select 0 columns in SQL Server?

Updating one column with other's value in same table

sql sql-server tsql

T-SQL: How to return 0 rows in from stored procedure, and how to use XACT_ABORT and TRY/CATCH

Why can't I get the @@rowcount value?

Where does a Server trigger save in SQL Server?

Get the last 24 hour job record form msdb.dbo.sysjobhistory

Assign names to tables in an SQL Server result set

Return count in Stored Procedure

What is a good way to document what your tables and columns mean in a SQL Server database?

sql-server

using if statement in sql function

sql-server

SQL Server: How to check if a windows user exists in the database but under a different user name

How to reduce remote SQL Server loads?

SQL Server stored procedures for INSERT and UPDATE, better to separate or condense?

Not getting anything back from sqlsrv_num_rows

php sql-server

SELECT COUNT(*) ;

sql sql-server select count

Convert seconds to datetime in SQL Server

sql sql-server