Viewing 15 posts - 631 through 645 (of 8,731 total)
Any help or opinions on this?
https://www.sqlservercentral.com/Forums/1930195/Removing-stored-procedures-to-move-to-cloud
Thank you.
April 3, 2018 at 1:38 pm
April 3, 2018 at 1:27 pm
What do you call an association for DBAs?
A SELECT club.
April 3, 2018 at 12:07 pm
April 3, 2018 at 11:52 am
April 2, 2018 at 11:10 am
April 2, 2018 at 6:26 am
Ed Wagner - Thursday, March 29, 2018 12:49 PMNice to have you on board. Good twist. 0x6E75716E65482E205161706C61
I didn't get this
March 29, 2018 at 1:37 pm
I have imported our customer & job database from Access into SQLv17.
In my job info...
March 29, 2018 at 8:26 am
March 28, 2018 at 11:19 am
You could try something like this:
select 'select top 5 * from '+s.name+'.'+t.name+' where '+c.name+' NOT LIKE ''__'''
from sys.schemas s
INNER JOIN sys.tables t on s.schema_id=t.schema_id
March 8, 2018 at 9:55 am
March 8, 2018 at 9:45 am
Have you tried making it an inline table-valued function?
I don't get why would you need a linked server to make it a view or how can you send parameters...
March 8, 2018 at 9:35 am
March 7, 2018 at 7:51 am
Data get inserted using Linq query and we tried creating a new nvarchar...
March 6, 2018 at 7:02 am
Viewing 15 posts - 631 through 645 (of 8,731 total)