How to Implement Row and Column Level Security in SQL Server
SQL Server includes a range of security features. Two of the most valuable are column level security and row level security, which enable you to granularly grant users access to rows and columns in a...
View ArticleInstalling Updates - SQL Server
What is the best way to install the latest updates/patches for SQL server 2014?Does it get bundled when you run a Windows update installation or do you need to download and install it manually?
View ArticleWhere Clause in T-Sql
Hi,I am trying to use following conditions in my where clause but trying make sure that i ma using correct way.Requirement: need to change, see below: a. Program <> 35 and acct1 <> 1b....
View ArticleI can't connect to the SQL db w/ Management Studio
I can't connect to the SQL database with Management Studio. It doesn't show up in the list of available servers.
View Articlefacing an issue with my SQL 2016 among secondary database is in read-only mode
Hi! Guys,Greeting for the day hope you are doing well this morning,I am facing a seriously weird issue with my SQL AOAG 2016 I have 2 Hyper-V host SQL2016A and SQL2016BBoth have SQL server 2016...
View ArticleDifficulties exporting very large file in SQL
Using Bulk insert, I used the following code (repeated many times) to put all of the data into one collectionTextbulk insert equi From 'C:\Users\someone\Desktop\Equi_import\xyz.NV184' WITH (FORMATFILE...
View ArticleSQL Standard 2016
Hi Guys,Currently we have aprox 40 users accessing SQL standard, we find that read and write tend to be an issue where table are being locked due to large transactions.Would SQL enterprise be any...
View Article¿Cómo puedo ejecutar un procedimiento almacenado con linkedserver ?
Buenas Tardes tengo una procedimiento almacenado en oracle pero lo quiero ejecutar dentro de otro procedimiento almacenado en SQL Server mediante Linkedserver (openquery) aquí lineas abajo les muestro...
View ArticleHow to get SQL Server 2005 database service to start?
My SQL Server 2005 Enterprise Database suddenly stopped. All of the subsidiary services of MSSQLSERVER have started (i.e SSRS, SSIS, SQL Browser, VSS Writer, SSAS) except for the SQL Server itself. I...
View ArticleBackup Exec large-size backups
Hello there,We are now using Backup Exec to back up our SQL server databases, but it is always bothering us by taking large-size backups. Sometimes full backups are 30 GB but incremental backups are 40...
View ArticleLicensing SSRS on Azure SQL Server VM?
I provisioned an SQL Server Azure VM using the resource manager template. This method rolls the cost of SQL Server licensing into the VM cost on a month-to-month basis. (I'm paying both for the VM and...
View ArticleHow to convert my query into a View
Hi,I have a question around SQL. My knowledge is "OK" but very rudimentary, hence me asking you guys! I am sure my need is very simply resolved if you know how!Our software provider has created me a...
View ArticleSUM Function requires 1 argument
using this as a guide, (https://www.w3schools.com/sql/sql_count_avg_sum.asp)The current code that i am using is belowTextselect sum (mon1emp,mon2emp,mon3emp) from dbo.xyz where zip = '89411' or zip =...
View Articletransfer data from column a to b
Hy, we have noticed that some of our end users entered data in the wrong field is there a way to copy all of the data from U_SpecNL to U_SpecNL2.we are using ms sql
View ArticleHow to display query results left to right and not up and down
This is a continuation of this question. (https://community.spiceworks.com/topic/2225209-sum-function-requires-1-argument )How would I have the results display in a fashion like below. The reason for...
View ArticleHow to display query results left to right and not up and down
This is a continuation of this question. (https://community.spiceworks.com/topic/2225209-sum-function-requires-1-argument )How would I have the results display in a fashion like below. The reason for...
View ArticleTDE Databases fail to stay in an encrypted state
Greetings, amazingly smart Spiceheads! We are in the process of encrypting all of our DBs with TDE using MSSQL created certs(80ish databases across 8 instances on a single server with 64GB of RAM and...
View ArticleConverting a Number to Text in SQL
Hello, I am trying turn =(Fields!SubcontractLineNetAmount.Value) which returns 1000 into One Thousand. Is this possible in Microsoft SQL Report Builder?Thanks in advance!
View ArticleI want to resize PDF report columens
How can I resize PDF report columens properly on export.. I' m using SQL Report type.
View ArticleSQL Agent fails to backup to network automatically but works manually
Hi,I have multiple SQL servers all configured to backup in to a single network folder on our local NAS which then syncs to Dropbox.I've created a maintenance plan in each SQL server and when i test it...
View Article