Viewing 15 posts - 136 through 150 (of 155 total)
select * from Table1
where column4 IS NULL
There are only four columns
Sample Data:
1124100065.16
1156101101.11
11781015NULL
118991015NULL
11989102834NULL
March 14, 2008 at 8:56 pm
please provide error detail as it must be different error then what you encountered earlier.
March 13, 2008 at 11:32 am
Verify permission of user under which agent is running.
March 12, 2008 at 2:28 pm
You need to perform snapshot in this case and then start synchronization
March 12, 2008 at 2:25 pm
Check Remote Connections thru SQL Server 2005 Surface Area Configuration and make sure Local and Remote Connections is checked.
March 12, 2008 at 12:06 pm
I do not think that there is any way to figure out growth for past any days unless you have some sort of script or tool configured.
March 12, 2008 at 11:58 am
what about http://msdn2.microsoft.com/en-us/library/ms175490.aspx?
To use Hot Add Memory you must start SQL Server 2005 using the -h option
doesn't it tell to add -h?
March 10, 2008 at 3:16 pm
Second option is correct answer.
Answer from option 1 and option 3 will be incorrect 98% times whereas chances of getting wrong answer from option 2 is not more than...
March 8, 2008 at 7:58 pm
try this...
select convert(binary,251000000042000001),convert(numeric,0x00000000000000000000000000000000000012000001815E20912BBB7B03), convert(decimal,0x00000000000000000000000000000000000012000001815E20912BBB7B03)
change value whatever you have.
March 8, 2008 at 6:27 pm
I think, you should follow method recommended by Chris.
March 8, 2008 at 5:29 pm
Hi Sarvesh,
I understand you have performed backup of database not imported data. If it is then following command will help you to restore .csv file:
restore database Test from disk='c:\mohan\test.csv' with...
March 8, 2008 at 5:17 pm
can you please add following command in backup step in job:
select databasepropertyex(' ','UserAccess')
and let me know output?
March 8, 2008 at 5:02 pm
r u trying to do this operationg through Linked Server? If yes then make sure RPC, RPC Out is on under Linked Server's Server Option property tab.
August 27, 2005 at 8:39 pm
check the service start-up account, and also check application event viewer for that instance
August 27, 2005 at 8:35 pm
make sure RPC, RPC Out is on. Check this under Server Option of ur linked Server Name
August 26, 2005 at 4:53 pm
Viewing 15 posts - 136 through 150 (of 155 total)