Viewing 6 posts - 1 through 7 (of 7 total)
Microsoft has announced that Azure Data Studio (ADS) will be retired on February 28, 2026.
While it ADS works for now, Microsoft is moving to VS Code with the SQL Server...
February 10, 2025 at 1:28 pm
Microsoft has announced that Azure Data Studio (ADS) will be retired on February 28, 2026.
While this will work for now. MSFT is migrating to VS Code, which is nearly the...
February 10, 2025 at 1:26 pm
Invalid Pseudocolumn refers to using a variable with the $ that is not one of the recognized pseudocolumns such as $rowguid, $identity or $partition.
And yes, it looks like a coding...
November 10, 2011 at 10:56 am
Yes, it's a problem. I submitted an item on Connect
and it was classified as "Won't Fix"
It's something we're going to have to live with.
Regards,
Andy
Andrew Novick
SQL Server MVP
October 9, 2010 at 1:51 pm
This is pretty well done.
I do have a suggestion for an alternative that uses only one db.
You could do the ETL into different tables instead of different databases....
March 6, 2008 at 6:03 pm
There's no need to "cheat" and use the syscolumns and sysobjects tables. While INFORMATION_SCHEMA doesn't have the information on identity columns, they OBJECTPROPERTY(<objectid>, 'TableHasIdentity') function tells you which tables have...
April 2, 2006 at 6:54 am
Viewing 6 posts - 1 through 7 (of 7 total)