Here's a few of the new posts today on the forums. To see more, visit the forums.
|
SQL Server 2017 - Administration |
SAN backups vs SQL Server native - Hi, I'm an accidental DBA at a very small company, and I'm sure I'm doing all sorts of things wrong. But I am running transaction log backups on our full recovery databases every 1/2 hour and full backups after hours. Not big databases, full backups take 1/2 hour for all. We're switching servers and SAN […] |
Renaming Default Instance (2017) - Hi, We have a scenario whereby a cloud server is provisioned by a hosting company with SQL Server 2017 Web, and set to the default instance. We have an application to make use, but it requires a specifically named instance. At the moment, the hosting company aren't really getting it. We don;t get access […] |
SQL Server 2017 - Development |
Query hash - Is there any way to calculate the hash for the query which will the same as calculated by the engine? |
SQL Server 2016 - Administration |
Availabiltiy datases on Always on - Hello! We have setup Always on Availability Group. All the databases are not added for availability, would it still work while building Tertiary AG? Thanks. |
SQL Server 2016 - Development and T-SQL |
Delete is very slow - I have a table Mytable1 with 735507 rows and this table has 16 columns with about 6 columns with datatype varchar. I am trying to delete about 48,000 rows from this table but it is taking very long ( about 10 minutes ) to delete even 200 rows. Here are the things I have tried- […] |
Weekly (Course) Schedule for Students - I have a table that includes student's registered courses with day (1-6), start and end hours (9-21). Basic query is like that: SELECT courseName, courseDay, courseStartHour, coursEndHour FROM courses WHERE studentId = 1 I want to show weekly schedule for a student like that: This is enough hard for me but there is a harder part. […] |
Development - SQL Server 2014 |
SQL Installation problem *URGENT* - Hi I have old PC but all worked fine until few days ago. I use on Win 7 Visual Studio 2013 and SQL Server 2014, and all work just fine. Then I decide to install VS 2015 and all my problem starts. After installation I noticed that SQL server don't work, I try all but […] |
SQL 2012 - General |
User notices on SSMS - Hi, I manage a server and would like to know is there a way of placing a small message that sits in view of all users connected to a server on the SSMS screen. I'm 99.999% sure there isn't but I just thought I'd ask. Yes, I can find out who is logged on but my […] |
how to find which persion have all colorcodes using color table in sql server - Hi I have one doubt in sql server , how to find which persion have all colorcode using colors table. table1: persioncolors table2: personcolors CREATE TABLE [dbo].[colors]( [colorcode] [varchar](50) NULL ) CREATE TABLE [dbo].[PersionColors]( [Name] [varchar](50) NULL, [ColorCode] [varchar](50) NULL ) INSERT [dbo].[colors] ([colorcode]) VALUES (N'Red') GO INSERT [dbo].[colors] ([colorcode]) VALUES (N'Blue') GO INSERT [dbo].[colors] […] |
SQL Server 2012 - T-SQL |
General SQL Development Question. - Hello Folks, We do have one source system (Read Only) where member information is hosted - contains around 100 fields and volume won't be more than 10,000 rows. We would like to build a logic to accomplish below ones. i just need idea on this (best way to design). I can able to write logic. […] |
SQL Server 2008 - General |
SQL - Turn Multiple Row values into a String/col by ID - Hi, I am looking for help to understand how I can turn multiple rows, into 1 row as a sting. In hopes to better articulate what I am trying to accomplish, I have provided the following sample code. Any help is sincerely appreciated and thank you in advance! CREATE TABLE #t (CID int, qGroup char(2), […] |
Import Large Text File Keep Exact Row Order SSIS - I have a daily file that I need to consume that has 10,000,000+ rows; it is a human readable report. The reason it needs to stay in order is there are multiple rows for each record. I have the code written that parses the file; as a work around during testing I used Ultra Edit […] |
SQL Server Newbies |
insert trigger - help - Helllo I need whenever a record is inserted on a table it duplicates on the same table, nust changes data on fields This o my table REFER | REF | DESIGN when i insert for ex. 1, 2, teste it shoud insert another line with 2,1,teste I´ve tried with this trigger but no […] |
General Cloud Computing Questions |
Query Azure AD from OnPrem SQL Server - Hi There, I know it's possible to query an on prem Active Directory from SQL, however is it possible to query Azure AD from an on prem SQL Server. I want to read user information and populate an on prem table. Many thanks |
SQLServerCentral.com Announcements |
Status Update 10 May 2019 - We're starting to make some progress as the developers are up to speed and focused. Fixes across the last two days: Payment report finished (well, one item I asked about, but it's usable as of now) Scheduler bug fixed - we had some articles that failed to publish, resulting in 404 from newsletter links. Categories/tags […] |