Viewing 15 posts - 166 through 180 (of 482 total)
OMG!!!!!!
Yikes. That's been in prod for years.... which means that sproc is never called by the application.
Thanks John! Good eye!
June 26, 2014 at 9:10 am
OK, Here's the DDL for the 2 tables in question (minus some irrelevant constraints).
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[KeyWords]') AND type in (N'U'))
DROP TABLE [dbo].[KeyWords]
GO
SET...
June 26, 2014 at 8:54 am
??? Maybe I didn't get enough sleep last night, but... I don't believe it should be possible to provide sample data to reproduce this scenario.
To paraphrase my post, "I'm getting...
June 26, 2014 at 8:08 am
Logon triggers might be a solution, have a look.
June 16, 2014 at 6:10 am
You could write something in Powershell to cycle through the procs and functions, comparing source and target versions, and updating as needed.
May 29, 2014 at 5:46 am
Well it took some looking, but I found out to do it. With a couple of minor mods , it works!!
The gotcha is that a File Folder link is an...
May 15, 2014 at 11:58 am
As far as I can tell, they're shortcuts stored in my c:\users\...ethood folder, which I can access in XP, but not in Win 7 even running Windows Explorer as Administrator...
April 30, 2014 at 5:42 am
Yes... make them give you the upgrade to Windows 8.1.
Ha ha! We're just getting to Win 7. By the time we're ready to upgrade, I'd be surprised if it's still...
April 30, 2014 at 5:38 am
Hi Tony,
I did come across that one, but no, that's not what I'm after.
The one I want is, in Win 7, right click on Computer, Add a network location.
Thanks.
April 30, 2014 at 5:29 am
Close enough for rock and roll 😀
Thanks Bruce!
April 16, 2014 at 6:14 am
Thank you Lowell, that's brilliant.
I *really* must find some time to bone up on XML.
April 9, 2014 at 11:02 am
Some improvement, but still got one 3709.
I'd *love* to understand what's causing the error.
March 12, 2014 at 7:29 am
No joy, still getting between 0 and 2 3709's / day, out of 30-40 executions.
I've now added a loop to check the state of the connection object, it cycles 10...
March 8, 2014 at 11:28 am
9:15 and all's well with the explicit connection object... 🙂
We'll see what happens next week.
February 28, 2014 at 7:14 am
Well if I'm understanding this -- and to be honest, I'm on very thin ice -- I can't check the state of the connection in my original code as suggested...
February 27, 2014 at 12:34 pm
Viewing 15 posts - 166 through 180 (of 482 total)