python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Logon failed for login due to trigger execution
I try to add the "mdf" database file to the project, I get an error.
How to fix the error?
Error:
The attempt to connect to the database
failed; the following information was received:
Logon...
klimst6987
Votes: 0
Answers: 1
MS SQL Server Query to Check if Hall is Booked
This query is driving me crazy, any help is appreciated.
I have a table as follows:
CREATE TABLE Bookings
(
Id bigInt IDENTITY(1,1),
hallId bigInt,
startTime smallDateTime,
endTime sm...
Abdi fatah
Votes: 0
Answers: 2
I am runnin VB6.0 and cannot get a recordet to return daya
I am trying to raise the following recordset in sql server.
I am using the following sql statement. The date format on the server is 2022-03-2022 10-00;00:00
SQL is
SELECT * FROM mutable
Where date =...
Brian
Votes: 0
Answers: 0