Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Difference between ADO client-side vs server-side cursor when the SQL Server database is local?

sql-server excel vba ado

C# ExecuteScalar() null COUNT vs SELECT

dotnet ef update database : A connection was successfully established with the server, but then an error occurred during the login process

Working with Decimal fields in SSIS

How to create identity column when importing data from Excel into MS SQL Server (with Import and Export Wizard)?

sql-server database excel

What is the real cost of a SQL transaction?

sql sql-server ado.net

To Run an sql script only one time before executing Spring boot JUnit Class

Why do CONTAINS and LIKE return different results?

sql sql-server

Error Microsoft.SqlServer.ConnectionInfo in Sql

Create rows of data into table that do not have a specific column value

sql sql-server sql-insert

Entity Framework returns stale data when selecting the whole entity but up to date when selecting just a field

Converting PascalCase string to "Friendly Name" in TSQL

Equivalent of ON DUPLICATE KEY UPDATE / UPSERT

Showing or hide line numbers at SSMS with shortcut?

Remove characters from text using TRANSLATE function (replace them with empty strings)

Getting "External table is not in the expected format." error while trying to import an Excel File in SSIS

sql-server excel ssis oledb etl

SQL Server trigger on insert and how to reference the data that was inserted

sql-server triggers insert

T-SQL calculated column how to get ISO week number [duplicate]

Is there a way to specify the column length in a temp table through the use of a SQL parameter in SQL Server?

Access VBA Parameter in passthrough query to SQL Server