|
|
|
|
|
|
|
|
Question of the Day |
Today's question (by Steve Jones - SSC Editor): | |
Readable SQLCMD Results | |
I have the new go-sqlcmd version of the sqlcmd utility. I have this query:
SELECT @@VERSION, @@SERVERNAME, SUSER_SNAME (), USER_NAME ();How can I get nicely formatted results like this? | |
Think you know the answer? Click here, and find out if you are right. |
Yesterday's Question of the Day (by Steve Jones - SSC Editor) |
Convert Dates for XML I have a date value stored and I want to convert this with SELECT CONVERT() to a format that works well with XML. What should I use? Answer: CONVERT(VARCHAR(20), GETDATE(), 126), format is yyyy-mm-ddThh:mi:ss.mmm Explanation: The format of |
Database Pros Who Need Your Help |
Here's a few of the new posts today on the forums. To see more, visit the forums. |
SQL Server 2016 - Development and T-SQL |
Alternate SQL - In my sql result, I want to create a column called RCount. Condition: For each RecNo, AccNo * If the field Reason is "Accepted", it doesn't matter what other records contain for a specific RecNo, AccNo. It should return 1 for the very first instance of Accepted and ignore the rest. * If more than […] |
How do I script the creation of a job to use environments? - I have been googling and googling and I have yet to find a way to check the environment box when configuring an SQL Job using an SSIS package. Specifically, when you configure a step of a job, there is a checkbox to use an Environment as shown in the image attached I have been […] |
SQL Server 2019 - Administration |
Updating a sql 2019 database from a sql 2000 database - Good morning I have a local sql server 2000 database with an old application, and I would like to make a copy of this database on sql server 2019 which is online with an ip address on a hosting, and will be updated automatically and instantly by this old database . Please suggest me a […] |
How to Track Queries that cross databases or cross server - Situation: Main instance: maindb and backupdb archive instance: 192.168.1.150.[archivedb] there are many sps that query backupdb or query archivedb how can i track these queries. PS:can not modify these sps |
AlwaysOn Issue - We've had an AlwaysOn cluster in Azure that is deploying using a Domain Independent cluster. We did our normal failover process to update to CU20. Unfortunately 2 of our 4 data bases ended up in a state of "Not Synchronizing" on the secondary. There were no errors. SQL Logs on the secondary show the DB […] |
Permissions to view SSIS SQL Agent job step - I have a requirement for specific users to view SQL Agent jobs through SSMS. They've been granted the SQLAgentOperatorRole and that works up to a point. However for jobs owned by another login, if the job step is a "SQL Server Integration Services Package" type, when clicking on the "Configuration" tab, the "Connection Managers" and […] |
sql server replication Mointoring alert - Hi How to monitor sql server replication i mean there is replication monitor but i wanted to check lag between publisher and subscriber. I mean in log shipping we know how many log files are pending to be applied on dr. In always on its redo and undo logs which can helps to estimate how […] |
SQL SERVER 2019 ... ERROR TO CONNECT WITH A NEW LAPTOP - If I try to connect with a new laptop I receive this error ... (ARCA EVOLUTION SOFTWARE) This error compare also if I try to connect to database with MsExcel please help me to solve ... thks and rgds |
SQL Server 2019 - Development |
COUNT DISTINCT OVER PARTITION BY - Hello everyone, I have such a situation. I have Bill of Lading that has multiple Pallet Tags. I need to count all distinct Pallet Tags per Bill of Lading. Right now I am getting a number for example '771' which is wrong. It counts all the rows that exist for the Bill of Lading […] |
Exclude Particular Table While Trigger Executes - Hi, I have a trigger which main purpose is to trigger alert whenever there is changes at DB Object and schema e.g Create/AlTER/Drop procedure,table, Views etc. The trigger works fine and trigger alert as expected. However I have one scenario where I want trigger to exclude one or two database tables even there is schema […] |
Azure Data Factory |
Question: Adding set variable activity output to copy data - In azure data factory I created a lookup for getting the id, place. After that in a foreach I used a webactivity to run the an api to get the formatted_address. I extracted the formated_address through a set variable activity. I want to make a new sql table with the id and the formatted_address. I […] |
Connecting |
unable to connect to SQL2005 Cluster via instance name with Microsoft Intune pc - We are currently testing a pc deployed and managed using Microsoft Intune. We notice we cannot connect to a clustered SQL Server 2005 instance using the instance name. IMO the problem is that with SQL 2005 the SQLBrowser service always replies using the ip address of the node that hosts the instance. When using the […] |
Editorials |
Article review timeline - Hi, I have been frequenting this site for a while and I would like to contribute an article regarding a recent project of securing RDS that I helped with. I have submitted an article for review couple of weeks back and I am curious on the timeline when I can get some feedback on it. […] |
SQL Saturday and User Group Organizers |
Ohio North SQL Saturday - Akron Ohio - 20 May 2023 - Just putting this out there because it's also the first live event I'll be attending since February of 2020. The "Ohio North SQL Saturday 2023" will be in Akron, Ohio, USA for a full day of training on (as you may have guessed) Saturday, the 20th of May. Here's the link. Registration is free but […] |
T-SQL |
Lookup table without modifying database - I have a production database that I will be running queries against. I am not allowed to modify that database. Then I have a lookup table in a local database on my computer with c:a 1000 rows. I want to use the lookup table when querying the prod database. I do not expect this to […] |
| |
©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved. webmaster@sqlservercentral.com |