Viewing 15 posts - 151 through 165 (of 8,760 total)
We will need your help in order to be able to help you, so please help us!
😎
It would be greatly appreciated if you could provide the DDL (create table) script,...
January 6, 2023 at 3:48 pm
Quick advice, don't post data as an Excel spreadsheet unless the question is not a database question but a question about Excel!
😎
I'll show you how to post sample data, unfortunately,...
January 6, 2023 at 2:53 pm
Quick question, can you tell us a tiny bit more about the setup?
😎
Useful information would be something like VMs, managed server instances or managed DB instances!
My guess, by the way,...
January 6, 2023 at 1:57 pm
Expanding on Phil's good point, we will need your help in order to be able to help you, so please help us!
😎
It would be greatly appreciated if you could provide...
January 6, 2023 at 1:42 pm
Quick question, have you looked at Amazon CloudWatch metrics for Amazon EBS and EventBridge for Amazon EBS?
😎
January 6, 2023 at 1:08 pm
A quick word of advice; regardless of good intentions, never ever "explore" anyone else's systems without the owner's consent and preferably a GOOJL, Get Out Of Jail Letter, signed by...
January 6, 2023 at 1:00 pm
Because there will be two hotels that need to be allocated one for 15 days and another one for 15 days 🙂
Then why not a table with Hotel, "from...
January 4, 2023 at 4:53 pm
I don't believe you need a date table for this. It would just be another thing to worry about. I'd use a method similar to what Ant-Green used.
I do...
January 4, 2023 at 3:54 pm
Could you please tell us a little bit more about your setup?
😎
There are many ways of doing this, each of which is applicable in certain circumstances. Not knowing those will...
January 4, 2023 at 3:39 pm
Hi,
I have two columns in table1 i.e. hotel1 and hotel1 . Both of them have foreign key of second table2 hotels.
i.e. Table 1 (Book)
hotel1 hotel2
1 ...
January 4, 2023 at 3:34 pm
I really miss high quality pens and paper notepads 😉
😎
January 4, 2023 at 3:17 pm
Quick question, is this a managed DB instance or a VM instance?
😎
January 4, 2023 at 3:09 pm
In my stored procedure, I have something like
WHERE W.Warehouse=@WH1
It works well when it is simple as
EXEC dbo.MyProcedure @WH1='S0'
I need to select multiple warehouses. ...
January 4, 2023 at 3:02 pm
We will need your help in order to be able to help you, so please help us!
😎
It would be greatly appreciated if you could provide the DDL (create table) script,...
January 3, 2023 at 3:44 pm
Here is an example and a link to a thread that should help you get passed this hurdle.
😎
USE TEEST;
GO
--https://www.sqlservercentral.com/Forums/2003814/how-to-update-xml-data-in-sql-server
/* Create a table (variable) */
DECLARE @XMLUPDATE TABLE
(
...
January 3, 2023 at 3:40 pm
Viewing 15 posts - 151 through 165 (of 8,760 total)