Viewing 15 posts - 1 through 15 (of 18 total)
Hi,
Try
http://www.connectionstrings.com/?carrier=sqlserver2005
I think you need to change source to server.
Regards,
Ian.
July 14, 2008 at 1:19 am
Hi,
Have you installed the SQL 2005 Native Client driver on your laptop ?
That would probably account for why you can see 2000 but not 2005.
Regards,
Ian.
July 14, 2008 at 12:45 am
Hi,
The bit at the end of the code should be
+@ozelkategori+''''
You need the extra quotes to get...
August 21, 2007 at 6:58 am
Hi,
All you need is a slight change to your code.
select
upper(left('smith',1)) +...
August 21, 2007 at 6:48 am
Hi,
Local drives can't be declared as a cluster resource, because their not available to each node.
My cluster works OK with the tempdb on the SAN along with the rest of...
August 21, 2007 at 4:02 am
Hi,
Take the GO command out and it works perfectly (well on mine anyway).
GO Commands don't belong inside a begin - end loop.
Regards,
Ian.
August 14, 2007 at 2:03 am
Hi,
Personally I use this, which is quite similar to yours, except I have this "strange" habit of calling my cursors gerbil
This does work...
July 30, 2007 at 7:50 am
Hi,
You just need a WITH INIT on the end of your backup line.
Regards,
Ian.
July 30, 2007 at 6:13 am
Thanks for that - gives me more confidence, particularly since the pervasive backend is for our payroll
June 11, 2007 at 5:29 am
Hi,
This might be of some use to you. It' mentions how to start the server in single user mode to get in to it.
June 8, 2007 at 4:32 am
Hi,
I would create a trigger on table1, which updates table2 using the data from the inserted table.
Inserted & Deleted tables are only available inside a trigger, for an update transaction...
April 27, 2007 at 7:37 am
Hi,
I would suggest you might wish to consider a database trigger as an alternative method for restricting who changes procedures / tables and you can use them to roll back transactions...
April 27, 2007 at 7:01 am
Hi,
Assuming your using NT / AD authentication, I would look at the users group memberships and see what permissions those groups have.
But if you create the user, with no permissions...
April 26, 2007 at 7:16 am
Hi,
SQL 2005 Enterprise Edition
Which is set as a cluster, but Reporting Services isn't cluster aware.
Thanks
April 17, 2007 at 2:20 am
Viewing 15 posts - 1 through 15 (of 18 total)