How can we help you today? How can we help you today?
Bamajohn

Activity overview

Latest activity by Bamajohn

No, the vendor table is in the dbo schema. My trouble is I type "Select * from sys." and I get "Select * from SYS as s." - Prompt is assuming I want the table SYS and is going ahead with its alias. / comments
No, the vendor table is in the dbo schema. My trouble is I type "Select * from sys." and I get "Select * from SYS as s." - Prompt is assuming I want the table SYS and is going ahead with its alias.
0 votes
Table named SYS vs sys.
How can I tell SQL Prompt to ignore a table named SYS in our vendor-provided database and instead prefer the "sys." that prefixes "server_principals" and "database_principals" and all those items? ...
2 followers 4 comments 0 votes
Apparently I was doing something wrong--when I went ahead and generated the update script and ran it, the subsequent compare worked and no longer showed differences. Sorry for the confusion. / comments
Apparently I was doing something wrong--when I went ahead and generated the update script and ran it, the subsequent compare worked and no longer showed differences. Sorry for the confusion.
0 votes
Ignoring Identity property on column
I have a scenario where there is a remote server and a local server, both of which have staging tables for an ongoing invoice, policy, insured, etc., data import from one system into another. The ...
1 follower 1 comment 0 votes
List of string literals for IN or NOT IN
There are times when I've cut and pasted a group of numbers or values from a user's email or from a spreadsheet. Typically these are the "natural" key values in our system, usually either QuoteID ...
2 followers 6 comments 0 votes
Searching for *=
I have discovered a bug in SQL Search 1.0.1.2. I have read similar threads and tried forcing a reindex, then I found and deleted all the cached index files from %userprofile%\appdata\local\Red Gat...
0 followers 0 comments 0 votes