Viewing 15 posts - 1 through 15 (of 25 total)
Its a system stored proc, not one of ours, and points to system tables, which are not ours. I'm slightly hesitant about changing the internals of SQL Server system objects...
February 23, 2021 at 11:48 pm
One rather weird one that I have found now that I am working from home is that every morning when I get up, I go and open all the blinds...
August 10, 2020 at 6:45 am
Figured it out - need to pull out the "B" CTE to a temp table: -
DECLARE @hdoc INT;
EXEC sp_xml_preparedocument @hdoc OUTPUT,
...
May 19, 2020 at 6:32 am
I currently use geoLocation, along with geoCountry, geoState, geoSuburb and geoTimezone as my five fixed-position geographic tables. I also have geoCoordinates for auditing movement.
May 6, 2020 at 2:54 pm
Does this do roughly what you are looking for?
CREATE TABLE #sale
(
id INT IDENTITY PRIMARY KEY,
...
April 14, 2020 at 9:04 am
Lots of us can help you, but you need to help us help you. What have you completed so far? Why isn't what you've done working, or where have...
March 19, 2020 at 3:28 am
In which case you would need to add another column, possibly simply an identity column to provide that order.
Then, you would select all values from each column individually, in order,...
March 11, 2020 at 12:15 am
I have come up with the perfect solution for you. It is really quick, and doesn't use case statements, and does everything you want.
Unfortunately, I am not allowed to share...
October 18, 2019 at 12:05 am
Thanks, implemented and works fine.
June 25, 2019 at 7:50 am
What they do is block sites based on political viewpoints. For example, some of them block all types of conservative sites including anything pro-Christian, ...
Given that Christianity covers quite...
May 16, 2019 at 1:57 am
I am really CONFUSSED why do i have to create a table i already have a table called [job Info$] with a column called [Time Reported] all i want...
April 23, 2019 at 5:42 am
March 11, 2019 at 7:54 pm
February 13, 2019 at 12:23 am
December 18, 2018 at 11:20 pm
Viewing 15 posts - 1 through 15 (of 25 total)