Viewing 15 posts - 661 through 675 (of 1,655 total)
Ian, is right that usually if you want unidirectional replication, transactional replication should be the best option. But there are cases that that's not possible g.e. if you have tables...
November 17, 2008 at 4:09 am
Oops, stupid mistake
Madhivanan, thanks for correcting me.
November 14, 2008 at 11:32 am
When you add an image to a report you can choose if it's embedded in the report or not. In the second case you need to upload the image to...
November 14, 2008 at 6:47 am
The image data is still in the original filegroup. De clustered index only contains a 16 byte pointer but not the whole image. You can define the location of text...
November 14, 2008 at 6:40 am
I hope this teaches you not to change systemtables anymore, especially when you don't really know what you're doing.
The only option you have is to restore the database. Just...
November 14, 2008 at 3:26 am
Is this a question ? What do you mean by RPC issue? Why did you call this post "Replication"?
November 14, 2008 at 3:20 am
The system time is depending on windows. It's not something you configure in SQL server.
See here how to sync the time between windows servers
November 14, 2008 at 3:13 am
You should definetely use a stored procedure because like that you can contril the permission necessary. Normal users don't have enough permissions to make backups. By ussing the EXECUTE AS...
November 14, 2008 at 3:06 am
Run DBCC CHECKTABLE to get more info about whatis wrong.
Since you want to drop the table anyway you can also use the option REPAIR_ALLOW_DATA_LOSS
November 14, 2008 at 2:59 am
shiwani2002sg (11/13/2008)
aa ???
dd
jukin ???
kdf ???
dfe
de
d ???
now i wish to extract values having ??? at the end but extract them without ???
like i want...
November 14, 2008 at 2:52 am
I think the problem is that you try to use the error message. Did you try to use the error number 1480 instead?
EXEC msdb.dbo.sp_add_alert @name=N'Database Mirroring',
...
November 14, 2008 at 1:16 am
sam (11/13/2008)
Does the additional instance use its own IP and Network name?
Yes, each instance has it's own cluster group with virtual ip address and name.
November 13, 2008 at 11:03 am
In SQL 2005 I would go with Event Notifications for CREATE\ALTER\DROP Login. You could also use DDL triggers, but Event Notifications is more suited if you want to send a...
November 13, 2008 at 8:25 am
Yes you can have SQL 2000 and 2005 instances on one cluster as long as each of them is in it's own cluster group. I've done it a couple of...
November 13, 2008 at 7:12 am
Viewing 15 posts - 661 through 675 (of 1,655 total)