Viewing 15 posts - 1 through 15 (of 19 total)
We are not using ReportViewer, we are just opening the SSRS report via URL. Also, we are using SQL Server 2016 so was wondering if these references to 2005 and...
January 15, 2018 at 8:52 am
Thanks. BTW I love the function for many of my searches! I will try some way of incorporating nicknames. Do you know of any sources where this might be available...
August 4, 2017 at 7:39 am
I was hoping to find something that would return matches on similar names but this one did not accommodate that. I would like to search text like 'david' and return...
August 4, 2017 at 7:01 am
Thank you, that works great and I can tweak it to fit my needs.
March 8, 2016 at 9:34 am
Below is one of the tables that was null in last accessed.
CREATE TABLE [dbo].[Payments](
[PaymentID] [int] IDENTITY(1,1) NOT NULL,
[RecordID] [int] NOT NULL CONSTRAINT [DF_Payments_RecordID] DEFAULT (0),
[CustomerID] [int] NOT NULL CONSTRAINT...
March 7, 2016 at 9:57 am
I got nulls in the last accessed column for about half of the tables in a database and I know many of them have been accessed daily.
March 7, 2016 at 7:46 am
I did not run it, I was just compiling it when this error came up. It had to do with not having the same number of arguments in an...
December 11, 2015 at 6:15 am
Failed on line 374.
December 9, 2015 at 7:03 am
I tried that but got the same result. Thanks.
April 8, 2012 at 6:39 am
Does not run. I get messages below.
Msg 102, Level 15, State 1, Procedure udf_sqlversioninfo, Line 15
Incorrect syntax near '?'.
Msg 102, Level 15, State 1, Procedure udf_sqlversioninfo, Line 17
Incorrect syntax...
April 7, 2012 at 6:50 am
Viewing 15 posts - 1 through 15 (of 19 total)