Viewing 15 posts - 1 through 15 (of 595 total)
===EDIT=== Sorry, I missed the part about "other than set up a job". As far as I know, there is no other way.
Setup a job specifically to cleanup...
April 24, 2017 at 8:49 am
For SQL Server 2012, I mitigate these STIG findings with an extended event. I scripted the xevent and have included it below. Please change the folder used for the xevent files...
March 7, 2017 at 7:23 am
Just to clarify, the CNO needs the "Create computer objects" permission on the AD container in which the CNO resides.
October 19, 2015 at 7:08 am
The AG Listener has its own name and IP addresses. If you have a multi-site cluster, you need one IP for each subnet. Once the listener is added from SQL...
October 19, 2015 at 6:58 am
Thanks for the reply. Yes, the data file can grow without limit. It's just under 100 GB.
October 19, 2015 at 6:52 am
Congratulations, Jeff.
You have been deserving of an award like this for years. As a long-time SSC member and regular tally table user (and calendar table!), I thank you for...
September 22, 2011 at 6:49 pm
If you get a "Login failed for user 'ead'. Reason: Not associated with a trusted SQL Server connection." error whle trying to login in with a standard SQL login, than...
October 3, 2007 at 1:04 pm
Did you modify the correct noise word file? I can't tell what country your from, but in the USA the noise word file is noise.enu. I think the .eng is...
October 3, 2007 at 12:31 pm
Lowell is right about the double quotes - they should be single quotes. Otherwise SQL Server thinks your are referring to a column name ( unless someone ran the statement SET...
August 16, 2007 at 11:00 am
Another way:
1. Run DBCC CHECKIDENT('DAWNTEST', RESEED, 499999)
2. Insert a second copy of the data into the table
3. Delete the old data from the table.
July 24, 2007 at 7:45 am
I ran your query (without the UDF, since you didn't provide any code for that), and it returned one row (which is probably the expected result) with all of your...
July 18, 2007 at 8:56 am
Do you run the SQL Server Agent using a domain account? If so, have the network people give that account read access to the .csv folder (they may have to...
July 6, 2007 at 9:10 am
I work for a government agency that uses Lotus Notes / Domino.
I actually got email working just now in about 15 minutes using the extended stored procedure XPSMTP mentioned above.
The...
July 6, 2007 at 8:25 am
I'm not sure I understand the exact problem you are having.
Are you trying to pass unicode strings that contain characters with Unicode value such as 3523, 3538, 3458, 3524 and...
June 26, 2007 at 7:27 am
Assuming you want to accomplish the task from T-SQL, you could use Sugesh's idea of using FIND, but without using a batch file. You may have to adjust the code...
June 19, 2007 at 11:38 am
Viewing 15 posts - 1 through 15 (of 595 total)