Viewing 15 posts - 256 through 270 (of 1,409 total)
You can do a find/replace on the USE, the ALTER and the CREATE statement. That will save you probably over 80% of the error messages. Add a GO + new-line...
December 29, 2014 at 7:56 am
You can see the version of the client tools (i.e. SSMS) in the "about" section of the "help" menu.
Information about the version (and latest installed servicepack) of the SQL Server...
December 22, 2014 at 6:25 am
If the law is a good point or not isn't easy to tell. I can understand both ways, but I tend to the positive way of this law. Nowadays (young?)...
December 18, 2014 at 4:31 am
Will this work for you? I created a stored procedure instead of a function.
The first part creates a (simplified) sample object and fills it with some data. The last line...
December 12, 2014 at 5:38 am
Have you already looked at this article
Tally OH! An Improved SQL 8K “CSV Splitter” Function By Jeff Moden[/url]?
December 12, 2014 at 5:27 am
From the following Microsoft connect site SSMS : Can no longer create or edit job steps I found Microsoft has fixed it:
Issue: When attempting to add a step to a...
December 12, 2014 at 4:48 am
You can use the following:
- click on "My Account"
- click on "Forums Control Panel" URL in the textline "To manage your Forum profile, please visit the Forums Control Panel"
- click...
December 12, 2014 at 4:39 am
Could the users in the restored database get their assiciated login through other AD-groups defined as LOGIN? Check the membership of the accounts in AD with the groups defined in...
December 12, 2014 at 4:34 am
double post, please reply only to Kindly resolve some error in the below...
December 12, 2014 at 4:28 am
Knowledge Hunter (11/24/2014)
The description is all NULL for all the entries.The message status is showing as sent.
I have already checked the junk mails. It is not there
Can you access the...
November 24, 2014 at 4:27 am
Execute the code below and see what message is stated in the 'description' column.
SELECT
sysmail_allitems.mailitem_id
, sent_status
, recipients
, subject, body
, send_request_date
, send_request_user
, sent_date
, sysmail_allitems.last_mod_date
, sysmail_event_log.event_type
, sysmail_event_log.description
FROM msdb.dbo.sysmail_allitems
LEFT OUTER JOIN msdb.dbo.sysmail_event_log
ON...
November 24, 2014 at 4:01 am
If you don't have setup any monitoring that will save the results, there is no way to investigate historic actions. You could look at the different LOG files to see...
November 24, 2014 at 3:43 am
You can't specify this permission in one statement. You need to grant this permission in each seperate (user-)database.
Set the focus to the user database and create the user (if it...
November 24, 2014 at 3:36 am
Specify the last LOG file in a new RESTORE command and use the "STANDBY = undo_file_name" option instead of the NORECOVERY. The LOG file to use can be the last...
November 24, 2014 at 3:28 am
Viewing 15 posts - 256 through 270 (of 1,409 total)