Viewing 15 posts - 451 through 465 (of 774 total)
Let me give you the real view:
ALTER view [dbo].[V_SMPN_CONTRIBUINTES]
as
select
a.NIF+isnull(filial_number,'') as NIF,a.COD_MET_TRIBUTARIO,a.NOME,a.STATUS,a.COD_PROVINCIA,
a.COD_REP_FISCAL,null as cod_enquadramento,null as Tipo_Empresa,null as dt_constituicao,null as num_dr,null as dt_dr,
null as...
August 23, 2011 at 4:02 am
create view test
as
Select a.nome,null as morada from table1 as a
union
select b.nome, b.morada from table2 as b
union
select c.nome, null as morada from table3 as
Here it is
August 23, 2011 at 3:50 am
Sorry, didn't undestood your question.
I have created a maintenance plan with two sub plans (each subplan is a job).
When i click in the Maintenance plan name i can not script...
August 5, 2011 at 7:15 am
Did Microsoft allready told when it will release the sql denali ?
August 4, 2011 at 10:07 am
Sorry i didn't read the message well.
The version is developer edition and in production we have enterprise
August 4, 2011 at 9:59 am
It's SQL2005. But the option is there.... How can not support if the check box is there?
August 4, 2011 at 9:58 am
I can not make backups has mentioned.
People are not working, is there a problem in rebuilding all the indexes instead of just one?
thanks.
July 4, 2011 at 5:09 am
can there be down time, aka maintenace mode..where the servers are unavailable?
yes, if for a small amout of time
June 27, 2011 at 9:11 am
yes. that is correct.
But i think that even if i had replication the same thing would happen, correct?
June 27, 2011 at 9:09 am
In that case i think i will do an app in .NET taht exports XML between the two databases...
June 27, 2011 at 8:47 am
There is no internet.
"can they be reconsiled at the end of the day" , Yes they can.
500 MB of size
June 27, 2011 at 8:32 am
Maybe in my case it is not necessary.
This is the problem:
I have created a table named TempImport which imports data using bulk insert.
This TempImport is an empty table and every...
June 16, 2011 at 5:18 am
Ok, thank you.
So, in my case what would you do?
Would you let the databases stay in simple recovery model and make regular differencial backups or would you change it to...
June 9, 2011 at 8:55 am
Viewing 15 posts - 451 through 465 (of 774 total)