Viewing 15 posts - 1,441 through 1,455 (of 39,538 total)
Me either, and of course, since I don't, I didn't see this. jeff emailed me and I forwarded as an issue. There is some suspicion that too many subscriptions (me,...
January 28, 2022 at 10:38 pm
Optics (aka perception, marketability). Sure a process is simple and it takes only a few seconds but if making a user do it leaves them with the feeling, "It's...
January 18, 2022 at 6:50 pm
Asking around how colleagues handle it or web search for a minute, especially nowadays, chances are someone already 90% published of what you need. Although I must admit: "what...
January 18, 2022 at 6:49 pm
Even a complicated manual task performed rarely can be helped by automation as this has the effect of "forcing" the author to properly document the process (well it should...
January 18, 2022 at 6:47 pm
Not exactly what you were asking, but for me there is no question -- Spanish.
Bueno. Je etudie francais et japonais
January 14, 2022 at 6:22 pm
I think GO (GoLang) is a good one to learn. It was designed to balance fast compile, fast execution and ease of use.
It has its unit test capability built...
January 14, 2022 at 6:21 pm
There was an update to WP (Security) and Project Nami (SQL Server port of WP) deployed. This updated the minification designed to compress the response code sent to the browser....
January 13, 2022 at 4:03 pm
There is source code in that link you posted.
January 13, 2022 at 3:52 pm
To clarify the issue, you, or your account, is not attaching the database on the instance. You are requesting the SQL Server Database Engine do the attach. The database service,...
January 13, 2022 at 3:50 pm
I'll echo what Grant noted. In my experience (PCI/SOX, not GDPR) as a technical worker, the interpretation of these regulations is up to the government and/or auditor. I find their...
January 12, 2022 at 3:16 pm
It's not clear what you mean. If you need to just insert a few rows, then write insert statements to do that. You haven't provided much logic that would work...
January 5, 2022 at 6:18 pm
First, the Excel view is nice to see, but really for someone to help answer, you should have a CREATE TABLE and INSERT statement to set things up.
Second, build the...
January 5, 2022 at 4:37 pm
You are matching things that might be
- dbo.mytable
- etl.dbo.table
I'd use
select TableName
from ListofTables
where Left(TableName, 4) = 'dbo.'
Repro:
WITH ListofTables (TableName)
AS ( SELECT...
January 5, 2022 at 4:26 pm
It's the real world. They probably should clean toilets for a week, but we'd still be stuck with the table.
January 3, 2022 at 11:54 pm
Thread for next year: https://www.sqlservercentral.com/forums/topic/ssc-fantasy-football-2022
I'll post a reminder here and there in July to let us know of your interest to play again.
January 3, 2022 at 8:56 pm
Viewing 15 posts - 1,441 through 1,455 (of 39,538 total)