SQL Server 2016 DBA Training - Hi people, I've been working as a SQL developer for a number of years, with an increasing amount of DBA work...
RDP into SQL server BAD or not - I am just qurious if I overlook somthing, keep asking why..... I started doing some BI work recently and like to RPD...
Can you set up AlwaysOn between two different clusters? - I have Cluster1 with 2 nodes and a whole different Cluster2 with 2 nodes. Can I set up AlwaysOn between...
Windows Authenticaion vs. Mixed Mode - Greetings: I'm reading Peter Carter's book 'Securing SQL Server' and there is a brief discussion about Windows Authentication vs. Mixed Mode. Currently...
Performance improves after reboot - I am an ETL Developer who was asked to look at SQL Server performance problem. We have two DBA's but they're...
top 1000 added to linked server select taking forever to run - We have a mysql database that we are referencing in sql server via linked servers. Our report guy have a...
Msg 547, Level 16, State 0, Line 1 The INSERT statement conflicted with the FOREIGN KEY constraint "fkInventory_TagAlongs". The conflict occurred in database "sanroqued", table "dbo.Inventory". - Insert into Inventory_tagalongs (itemnum, store_id, tagalong_itemnum, quantity) select itemnum, store_id, tagalong_itemnum, quantity from tagalonglistsq I do not understand why i am getting...
Indexing Small Temp Tables used to JOIN based on a value being in a range... - Just wondering if there's much I can do to improve a query that has to join about 70K rows to...
Trying to figure out why a trigger fired - we have 2 triggers on one of our SQL servers. One checks for one of 4 logins and 4 apps...
CREATING A NEW TABLE FROM AN EXISTING TABLE - Hi guys, I am trying to create a new table from an existing table and I am using the code...
Number of integers where digits are not repeating. - --------- This is for fun only --------- --------- This is for fun only (and for my education) --------- --------- This is for fun only  
Set query order by comparison result of two fields - I have a dataset like below: CREATE TABLE .( IDENTITY(1,1) NOT NULL, (50) NULL, (20) NULL, NULL ) ON...
TRIGGERS ON VIEWS - I have created a view which as you know pulls information from base tables. Now this view stores live information pertaining...
XML Shred skips around if node is missing expected elements - Hello, I have bulk imported xml to a local table called CAQH_Return_XML. as a blob so that I can then shred it.....
Need urgent help for creating index on subscriber replication server -
Change sql server collation - Hi Guys .. I would like to change sql server collation . Can I just reinstall sql and change the collation during...
sqlcmd error when executed from bat file - Hi All, Any ideas why I am getting the following error below? It is being executing in a batch file locally...
Disable and enable foreign key constraints - SQLSERVER 2008 What is the best way to disable foreign key constraint and enable it back. I have to delete data from...
Using IN in a Where statement with and option of all - I'm trying to use a Where TS.Skill IN (@TS) and it works fine. :) The user can select one or any number of options...
Rename File in SSIS - I need to rename a file in SSIS. Part of the file rename should include the current date. I am trying...