Viewing 15 posts - 151 through 165 (of 506 total)
Steve Jones,
Please make an enhancement request to make SqlDoc able to edit other extended properties.
August 23, 2018 at 7:58 am
Hi Steve,
In the interface I see and can edit MS_Description.
August 22, 2018 at 12:33 pm
RG SQLDoc only displays (and updates/deletes) MS_Description extended property name.
August 22, 2018 at 10:29 am
To use DNS for the server you need to register those as SPNs as well if you want creds passed using that name to connect.
August 21, 2018 at 1:03 pm
Clustering on a phone number column can introduce fragmentation as inserts are not "in order" and updates can cause page splits.
August 20, 2018 at 6:10 pm
August 20, 2018 at 5:21 pmALTER TABLE salaries ADD CONSTRAINT UN
August 20, 2018 at 5:05 pm
@sunilkmr284,
If you are joining to other tables frequently by LeadID...
August 20, 2018 at 4:27 pm
I you want double hops to work with Kerberos (Linked servers) you need the SPN (Service Principal Name) registered. DNS is for name resolution, a different function, so you need...
August 20, 2018 at 3:04 pm
Pass the query through to SQL Server and let it find the row. August 15, 2018 at 2:08 pm
Or you can change the connection string for the flat file connection manager in code in you script. This example is setting the zip file connection for a load process:
August 15, 2018 at 2:00 pm
I know Power BI can extract tabular data from web pages but it doesn't work on PDF. In a quick search I found Tabula
August 15, 2018 at 12:06 pm
If you create a SQL Server Agent Job and make the first step executing the SSIS Package, and the execute sp the second step ths data will be loaded to...
August 15, 2018 at 10:55 am
Grant the service account SQL Server is running under adequate permissions in the folder.
August 15, 2018 at 10:48 am
Viewing 15 posts - 151 through 165 (of 506 total)