Best way to encrypt credit card information? - Hello, We have a payments table that is populated when a user buys something from our website. The credit card is...
Advanced Analytics Extensions -
Need help in SQL table for updating NULLS -
Changing type from INT to BIGINT why so slow? - I was hoping SQL Server 2016 could handle change in types. With this table of numbers it takes an age to...
Cursor Performance - OK so we have an application that has gone through an upgrade which also saw the database move from a...
AlwaysOn Backups on Secondaries - Hi All In an AlwaysOn environment, I understand that FULL backups can be offloaded onto my secondary replica and I believe...
Read Access to Database Tables - How do you do it in MS-SQL ? - Hi all, I need to control access to the developers&business users whom (by business rules) are allow to look into certain...
Getting rid of duplicate records - Hi All, I have a table that stores schedule events. One event can be scheduled more than one time in one...
How to find row(s) with the same value in a recordset - Hi, I got this query, that gives me all the products(optionid) that are ready to be shipped: SELECT T_Order_Detail.OrderID, T_Order_Detail.OptionID, T_Order_Detail.Quantity FROM...
Timeouts Popping Up for Production Database - Exceptions - timeout and connection pool errors are starting to appear in a database for a web application which accesses its...
SQL Server 2012 Exam 70-462 practice questions - Hi guys, I'm currently studying for the 70-462 exam using the Administering Microsoft® SQL Sever® 2012 Databases. i have been through...
Update NULL values - SQL Help - Hello Everyone, Need some help in updating one column, I come up with some sample data. Create Table #ACC (Flag Varchar(1), Period...
Login error - The login is from an untrusted domain and cannot be used with Windows authentication. (Microsoft SQL Server, Error: 18452) - Hi All, I am getting below error while trying to connect SQL from remote server. Local login is working fine. Can...
Are these both same? Begin Tran & Begin Try - My goal here is i delete only data that is inserted, if i only inserted and not able to delete...
Stats Update - Hi All, Question regarding manually updating the statistics. I have auto updates stats enabled but noticed the stats become stale very...
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' - Hi guys I have installed SQL Server 2016 development edition with CU3 including SQL Database Engine, SSRS, SSAS, SSIS all on...
SSRS Report Descriptions Query - Hi In SSRS 2016 is there a way to add a description to the report before it gets deployed so that...
Date Range in Table A also contained in Table B - Table A: Has a start date and an end date in it, for example, 01/01/2017 and 12/31/2017. Table B: Also has date ranges...
Help me hate PowerShell a little less, please. - I found an interesting and useful PoSh script at the following URL: http://woshub.com/get-adcomputer-getting-active-directory-computers-info-via-powershell/ Here's the script that I got directly from that...
How to access another server temp table without any Linked server - Hi All, I have a requirement where #temp table is available in one server lets say "A" and I need...