Viewing 15 posts - 1,906 through 1,920 (of 2,701 total)
you to know there is a thing called google don't you?
from the thing above the following are 2 results
https://www.sqlskills.com/blogs/joe/hunting-down-the-origins-of-fetch-api_cursor-and-sp_cursorfetch/
October 28, 2019 at 12:56 pm
Many times the best way to ensure that Devs do what is required is to pick up some of the bad SQL's and rewrite them so that they behave well...
October 28, 2019 at 9:32 am
if not for the weight (and price) Alienware Area15 would be top choice.
In my case I have a lenovo Yoga 920-13IKB (i7 4 core, 16 GB ram, 1TB SSD)...
October 18, 2019 at 8:41 am
duplicate post https://www.sqlservercentral.com/forums/topic/change-password-for-service-account-for-sql-agent-in-active-active-cluster
answer given there
October 12, 2019 at 11:03 pm
no need to pass anything as a parameter.
In each database just setup a synonym pointing to the corresponding log db and on your code you just use the synonym in...
October 10, 2019 at 7:48 pm
not a problematic file at all - fixed positions for all columns so its easy to process.
Do NOT use the import wizard - you need to manually process the file...
October 10, 2019 at 6:36 pm
again you talk bollocks - OP is not worried about, neither does he/she cares, about how SQL decides to store the data - what matters, and it is a significant...
October 9, 2019 at 6:20 pm
there may be a misunderstanding of what you consider a NULL value on the column - if a Column is NULL then there is no char to replace at all...
October 9, 2019 at 6:12 pm
what type of replication do you have setup ?
if SQL Server replication then only the tables you select for replication will be replicated.
If SAN replication then all objects on the...
October 9, 2019 at 8:19 am
AG = Availability Group
WCF = Windows Failover Cluster
October 8, 2019 at 11:09 pm
Adding to the above - if any one customer is "misbehaving" you can (and probably should on this situation) use Resource Governor to limit the use of server resources.
But unless...
October 8, 2019 at 9:11 pm
Not sure about the correct answer to you so maybe others will give required feedback.
but why not drop the user completely and replace it with a GMSA instead? that way...
October 7, 2019 at 8:15 pm
also take in consideration the SQL Server licensing - physical vs virtual isn't the same and having standard or enterprise also changes what you can do with it.
example using your...
October 7, 2019 at 8:13 pm
Unless you already have a monitoring tool in place then there is nothing you can do to report past events
If you do have a tool then use it.
If not then...
October 7, 2019 at 9:09 am
what if it was the following?
Values (1, 12, '2019-09-01T07:00:00')
, (1, 12, '2019-09-11T07:00:00')
, (1, 11, '2019-08-15T07:00:00') -- one...
October 5, 2019 at 8:14 pm
Viewing 15 posts - 1,906 through 1,920 (of 2,701 total)