Viewing 15 posts - 1,201 through 1,215 (of 2,356 total)
bcp.exe [dbo].Tablename in "D:\ABC\Extract.dat" -c -t\| -r\n -d DSP...
March 12, 2019 at 8:34 am
Admingod - Friday, March 8, 2019 11:01 AMThanks. Do you know when Microsoft is planning to stop supporting database mirroring?
No, but a...
March 8, 2019 at 11:06 am
March 8, 2019 at 10:56 am
March 8, 2019 at 10:00 am
March 8, 2019 at 8:39 am
March 7, 2019 at 7:36 am
March 6, 2019 at 3:56 pm
March 5, 2019 at 2:45 pm
Query store?
SELECT --TOP 10
t.query_sql_text,
q.query_id,
OBJECT_NAME(q.object_id) AS parent_object,
CONVERT(xml, P.query_plan),
Q.last_execution_time
FROM sys.query_store_query_text t
INNER JOIN sys.query_store_query q ON t.query_text_id = q.query_text_id
...
March 5, 2019 at 10:36 am
March 4, 2019 at 1:49 pm
You are having an issue where the developers have rights to create a new SQL Server in your environment?
Is this a physical, or virtual environment?
If they have rights...
March 4, 2019 at 1:43 pm
Trying to execute below bcp command. Column...
March 4, 2019 at 1:19 pm
March 4, 2019 at 12:58 pm
Could you please clarify on step #6. remove the second IP address from the listener -- I did not see the option to perform this step through SSMS...
March 4, 2019 at 12:54 pm
Hello
March 4, 2019 at 12:41 pm
Viewing 15 posts - 1,201 through 1,215 (of 2,356 total)