Viewing 15 posts - 1,861 through 1,875 (of 5,394 total)
Welsh Corgi (2/18/2012)
Gianluca Sartori (2/16/2012)
SQLKnowItAll (2/16/2012)
Inquiring minds want to know... What was the issue and how did you solve it?+1
-2
🙂
February 19, 2012 at 11:27 am
SQL Server doesn't have a DECODE function, but you can code your own:
CREATE FUNCTION dbo.DECODE(
@expression AS sql_variant,
...
February 17, 2012 at 4:13 am
I think that your best option is installing Enterprise or Standard edition on the server and then set up merge replication with clients.
Client machines will run Express edition (10...
February 17, 2012 at 2:54 am
SQLKnowItAll (2/16/2012)
Inquiring minds want to know... What was the issue and how did you solve it?
+1
February 16, 2012 at 2:28 pm
Elliott Whitlow (2/16/2012)
Service Broker sounds like a good alternative.. Fire and forget..
+1
This is how I would do it (and have done in the past):
1) On the...
February 16, 2012 at 10:32 am
Great! Thanks for the feedback.
However, please make sure that the REVOKE command did not REVOKE the DENY specification.
I know it could sound confusing and I'll try to expand it a...
February 16, 2012 at 10:13 am
I believe so. Try it yourself and, possibly, let us know.
February 16, 2012 at 9:29 am
HowardW (2/16/2012)
Gianluca Sartori (2/16/2012)
If you can't connect to it, you can't connect to named instances (you wouldn't know which port...
February 16, 2012 at 9:28 am
Use PortQry to test the sqlbrowser service from the client machine.
If you can't connect to it, you can't connect to named instances (you wouldn't know which port to connect to).
February 16, 2012 at 9:00 am
DENY overrides GRANT.
Try REVOKE instead.
February 16, 2012 at 8:49 am
Why don't you use one of the many SQL Server Agent replacements?
February 16, 2012 at 6:36 am
On another note, can I ask you why you can't install SQL Server 2005 on your computer?
February 16, 2012 at 5:25 am
There's no way to do that with physical backups (I mean BACKUP / RESTORE commands).
You could script out the whole database DDL and then export and import data using SSIS...
February 16, 2012 at 5:23 am
iainthepitman (2/16/2012)
I cant find any sign of memory problems on the server/instances.
Then, apparently, you don't have memory issues. How did you check memory pressure? Which counters did you account for?
Could...
February 16, 2012 at 4:02 am
Viewing 15 posts - 1,861 through 1,875 (of 5,394 total)