Viewing 15 posts - 421 through 435 (of 1,162 total)
**Ignore this post, was meant for another thread and my session data in two tabs got mixed up**
April 4, 2012 at 7:32 am
Things like:
LEFT (RefCode,7)
will return all of the first 7 characters of the string. Is this actually what you want, or are you trying to select the 7th character only?
If...
April 4, 2012 at 7:31 am
Yes, obviously they should tell you, but if they're not, bring the situation into your own control and approach it from a security/change control standpoint. There's no reason that Domain...
March 29, 2012 at 8:29 am
Yep. The SQL Server Destination can only be used to insert into a local server as it utilises a shared memory connection. It therefore can have a slight performance gain,...
March 28, 2012 at 3:57 am
WayneS (3/27/2012)
HowardW (3/27/2012)
Using http://<servername>/Reportserver_<InstanceName>/ should go to the Report Server interface. It's much lighter weight if you don't need users to manage report subscriptions/settings
This goes to a listing of directories...
March 28, 2012 at 2:03 am
Jeff Moden (3/27/2012)
HowardW (3/27/2012)
March 28, 2012 at 2:01 am
Using http://<servername>/Reportserver_<InstanceName>/ should go to the Report Server interface. It's much lighter weight if you don't need users to manage report subscriptions/settings
March 27, 2012 at 11:41 am
Is it slow when using both the Report Manager and Report Server interfaces?
Chrome has a known bug that can consume all the client CPU in a loop, but IE and...
March 27, 2012 at 10:21 am
There's no global setting, but you just have to add the name of any other servers that you want NTLM pass through for.
March 27, 2012 at 9:14 am
Eugene Elutin (3/27/2012)
Hopefully, with sequences, finally introduced to SQLServer 2012, needs of using GUID's as PK, due to requirements of ID allocation in a client/middle tier, will go away.
That solves...
March 27, 2012 at 5:44 am
Lynn Pettis (3/24/2012)
March 26, 2012 at 10:48 am
CASE
WHEN AJADR# = 0 then 'No Address, ID = 0'
when AJADR# > 0 and isnull((Select distinct cast(GAADR# as varchar) from PSGADR where GAADR# = j.AJADR#), 'nm')='nm' then 'Master Address ID:...
March 22, 2012 at 10:04 am
Having said that, it's not rocket science to restart services, just use the Net Stop and Net Start commands:
http://technet.microsoft.com/en-us/library/cc736564%28v=ws.10%29.aspx#BKMK_cmd
March 22, 2012 at 7:04 am
SQL Server has some of the most stable and reliable services there are, there's likely to be something else funny going on that restarting happens to solve but could be...
March 22, 2012 at 7:03 am
Viewing 15 posts - 421 through 435 (of 1,162 total)