Viewing 12 posts - 1 through 12 (of 12 total)
Yes, application will be distributed with SQL EXPRESS, SMO, SQL SysClrTypes that SMO requires.
So the only way to access the database will be tro my VB NET application.
Unless...
August 14, 2017 at 8:44 am
I have read somewhere that triggers may couse a increase on server workload if the correct term to use.
So i m wondering since there will be a reduced number...
August 14, 2017 at 7:58 am
This ment for small business, so will likly by in lan fom 1 to 3 computers, max 5.
No server, will be local instance that will be configured to alow...
August 14, 2017 at 7:51 am
A secondary question: why not use SQL Server 2016 rather than 2012?
Couse some of the users have as operating system Windows 7.
I have tryed also 2014...
August 14, 2017 at 7:40 am
I m still reading about error handling in sql, i never used this, everything was handle on the application side.
Thank you very much for your help, much apreciated.
July 24, 2017 at 2:07 pm
Like this then:
USE [GFD_DB]
GO
/****** Object: StoredProcedure [dbo].[ORC_N] Script Date: 24/07/2017 21:46:11 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER...
July 24, 2017 at 1:50 pm
Ok, in that case i need help...
Is it possible to get a exclusive lock on that table at the begining at that TRANSACTION?
And how?
This stored procedure is...
July 24, 2017 at 1:33 pm
Right, but when i use July 24, 2017 at 12:50 pmSET TRANSACTION ISOLATION LEVEL SERIALIZABLE
i get exclusive lock on the table for the all
Hi, sorry for the late replay, but have been working on something else and also reading about this subject.
If i uderstud correctly what i have been reading when the...
July 24, 2017 at 12:16 pm
Ok, thanks alot, that clarifies it.
Another question about this procedure, in the remote event of 2 diferent computers try to access this table at the same time will it...
July 3, 2017 at 2:54 pm
Hi,
Thanks for the reply.
So if i understand i would need to add a new parameter "@myIndex" and a lock like this:
WITH (TABLOCKX, ID(@myIndex),...
July 3, 2017 at 1:36 pm
Viewing 12 posts - 1 through 12 (of 12 total)