Comments
Sort by recent activity
Not a synonym. It's a user table in the database SSMS is set to: USE <dbname>.
<dbname>.dbo.t_user_ref is the fully qualified table name.
I'm fully authorized to the instance as a member of sysadmin.
This happens very frequently.
Synonym suggestion is OFF and has been since 5.3 was installed - it's of little use to me until columns are supported. / comments
Not a synonym. It's a user table in the database SSMS is set to: USE <dbname>.
<dbname>.dbo.t_user_ref is the fully qualified table name.
I'm fully authorized to the instance as a member of sysadm...
Believe this is the one: http://redgate.uservoice.com/forums/94413-sql-prompt-feature-suggestions/suggestions/1712949-suggestions-missing-for-longer-t-sql-code / comments
Believe this is the one: http://redgate.uservoice.com/forums/94413-sql-prompt-feature-suggestions/suggestions/1712949-suggestions-missing-for-longer-t-sql-code
I hunted for about 20 minutes but have given up as every time I use the "back" browser feature the list of posts I searched for is gone. I forgot which words I used to search before posting the defect.
Anyway, besides it being a "ghost" suggestion, it is still a very real bug. Please pursue the bug, not the ghost [image]
Apologies for the apparent misdirect. / comments
I hunted for about 20 minutes but have given up as every time I use the "back" browser feature the list of posts I searched for is gone. I forgot which words I used to search before posting the de...
UCS-2 Little Endian (whatever that is :? ) / comments
UCS-2 Little Endian (whatever that is :? )
Local OS is Windows Server 2003 R2 Standard, SP2
SSMS:
Microsoft SQL Server Management Studio 10.50.2500.0
Microsoft Analysis Services Client Tools 10.50.1600.1
Microsoft Data Access Components (MDAC) 3.86.3959
Microsoft MSXML 2.6 3.0 4.0 5.0 6.0
Microsoft Internet Explorer 8.0.6001.18702
Microsoft .NET Framework 2.0.50727.3625
Operating System 5.2.3790
How does one ascertain the encoding, please, as there's nothing in the tools==> options dialog that I can see?
Thanks for picking this up, Chris. / comments
Local OS is Windows Server 2003 R2 Standard, SP2
SSMS:
Microsoft SQL Server Management Studio 10.50.2500.0
Microsoft Analysis Services Client Tools 10.50.1600.1
Microsoft Data Access Compon...
Entire DB schema emailed with pointer to the SP I was editing at the time. / comments
Entire DB schema emailed with pointer to the SP I was editing at the time.
Further to our email thread, I bumped the look-back to 50000 and restarted SSMS (2008R2 vintage under WinServer2003EE).
<ParserLookBackDistance>50000</ParserLookBackDistance>
<ParserLookAheadDistance>3000</ParserLookAheadDistance>
I edited the usp_CacheDelete SP and at the penultimate line shown below tried to add to the JOIN - NO SUGGESTIONS from m.
/* -----------------------------------------------------------------------------
** Delete t_meter_agg rows
** -------------------------------------------------------------------------- */
DECLARE @DELETED TABLE
( Site_ID int NOT NULL
, Tag_ID int NOT NULL
, Input_ID int NOT NULL
, StartTime datetime NOT NULL
, EndTime datetime NOT NULL
, IntervalCode nvarchar(5) NOT NULL
)
DELETE ma
OUTPUT DELETED.agg_site_id
, DELETED.agg_tag_id
, DELETED.agg_input_id
, DELETED.agg_start_time
, DELETED.agg_end_time
, DELETED.agg_interval_code
INTO @DELETED
FROM dbo.t_meter_agg ma
INNER JOIN @METER m
ON m.SiteID = ma.agg_site_id
AND m.TagID = ma.agg_tag_id
AND m.
WHERE ma.agg_end_time > m.StartTime
/ comments
Further to our email thread, I bumped the look-back to 50000 and restarted SSMS (2008R2 vintage under WinServer2003EE).
<ParserLookBackDistance>50000</ParserLookBackDistance>
<Pars...
An error has occurred. Try refreshing the page: the problem may be temporary.Error details
http://localhost:8080/static/3.0.0.1575/Scripts/RedGate.Response.js: 324
Failed
Cleared up by using Chrome - and yes, FASTER PAGE LOADS is better [image] / comments
An error has occurred. Try refreshing the page: the problem may be temporary.Error details
http://localhost:8080/static/3.0.0.1575/Scripts/RedGate.Response.js: 324
Failed
Cleared up by using Chr...