Author Archives: admin

Datas em ASP.Net (VB)

logo asp.net
Dim dtNow As DateTime = DateTime.Now

litNow.Text = dtNow.ToString -> 12/29/2006 7:51:11 AM
litDate.Text = dtNow.Date -> 12/29/2006
litToday.Text = dtNow.Today -> 12/29/2006
litToShortDateString.Text = dtNow.ToShortDateString -> 12/29/2006
litToShortTimeString.Text = dtNow.ToShortTimeString -> 7:51 AM
litToLongDateString.Text = dtNow.ToLongDateString -> Friday, December 29, 2006
litToLongTimeString.Text = dtNow.ToLongTimeString -> 7:51:11 AM
litToUniversalTime.Text = dtNow.ToUniversalTime -> 12/29/2006 12:51:11 PM
litDayOfYear.Text = dtNow.DayOfYear -> 363
litDayOfWeek.Text = dtNow.DayOfWeek -> 5
litDay.Text = dtNow.Month -> 12
litDay.Text = dtNow.Day -> 29
litDay.Text = dtNow.Year -> 2006
litAddDays.Text = dtNow.AddDays(1) -> 12/30/2006 7:51:11 AM
litAddHours.Text = dtNow.AddHours(1) -> 12/29/2006 8:51:11 AM
litAddMilliseconds.Text = dtNow.AddMilliseconds(10000) -> 12/29/2006 7:51:21 AM
itAddMinutes.Text = dtNow.AddMinutes(1) -> 12/29/2006 7:52:11 AM
litAddMonths.Text = dtNow.AddMonths(1) -> 1/29/2007 7:51:11 AM
litAddSeconds.Text = dtNow.AddSeconds(1) -> 12/29/2006 7:51:12 AM
litAddTicks.Text = dtNow.AddTicks(1000000000000) -> 12/30/2006 11:37:51 AM
litAddYears.Text = dtNow.AddYears(1) -> 12/29/2007 7:51:11 AM
litAddNegDays.Text = dtNow.AddDays(-1) -> 12/28/2006 7:51:11 AM
litAddNegYears.Text = dtNow.AddYears(-1)Â ->Â 12/29/2005 7:51:11 AM

ASP.NET – Gráficos Barra e Pizza (System.Drawing)

“Apresentar um relatório utilizando gráficos realmente é indiscutível, principalmente para os gerentes que não tem muito tempo para visualizarem muitos dados. Agora no .NET dispomos de um conjunto de classes System.Drawing que nos possibilita construir todo tipo de apresentação gráfica que for desejado. A grande questão é que o .NET oferece a ferramenta mas não o resultado pronto que é o gráfico. Neste artigo vamos gerar nossos gráficos totalmente utilizando código e para isso estarei utilizando uma classe já pronta (PieChart,Chart,BarGraph,ChartItem) e disponibilizada por meio do pacote StartKit (http://www.asp.net) oferecido gratuitamente com código fonte pela Microsoft. Confira alguns modelos já implementados na Figura 1, Figura 2 e Figura 3.”

Artigo de Ramon Durães em Linhadecodigo.com

SQL Server Agent from ASP

<% set conn = CreateObject("ADODB.Connection") conn.open "

sql = “EXEC master.dbo.xp_ServiceControl ‘QUERYSTATE’,’SQLServerAgent'”
set rs = conn.execute(sql)
if trim(rs(0)) <> “Running.” then
response.write “Starting SQL Server Agent…”
sql = “EXEC master.dbo.xp_ServiceControl ‘START’, ‘SQLServerAgent'”
conn.execute(sql)
else
response.write “SQL Server Agent already started…”
end if

conn.close
set conn = nothing
%>

SQL Server & MSDE

While this article is geared mainly toward MSDE users, all of the tools described within can, as far as we know, work against regular editions of SQL Server. Some can even work against Access, Oracle, and other database platforms.

MSDE does not include graphical management tools like Enterprise Manager, Query Analyzer, and Profiler. So, you may have a hard time even verifying that the MSDE install went fine, never mind creating databases, objects and users. There are several ways to manage MSDE installations.

Some of the tools listed below are free, others have a range of pricetags. We will try to update the links to indicate which ones are free.

(Please let us know if we missed your favorite product, or if you have a favorable or non-favorable review of any of the tools listed below.)

read more »

SQL Server format dates and times

DECLARE @now DATETIME SET @now = GETDATE() PRINT dbo.FormatDateTime(@now, ‘LONGDATE’) PRINT dbo.FormatDateTime(@now, ‘LONGDATEANDTIME’) PRINT dbo.FormatDateTime(@now, ‘SHORTDATE’) PRINT dbo.FormatDateTime(@now, ‘SHORTDATEANDTIME’) PRINT dbo.FormatDateTime(@now, ‘UNIXTIMESTAMP’) PRINT dbo.FormatDateTime(@now, ‘YYYYMMDD’) PRINT dbo.FormatDateTime(@now, ‘YYYY-MM-DD’) PRINT dbo.FormatDateTime(@now, ‘YYMMDD’) PRINT dbo.FormatDateTime(@now, ‘YY-MM-DD’) PRINT dbo.FormatDateTime(@now, ‘MMDDYY’) PRINT dbo.FormatDateTime(@now, ‘MM-DD-YY’) PRINT dbo.FormatDateTime(@now, ‘MM/DD/YY’) PRINT dbo.FormatDateTime(@now, ‘MM/DD/YYYY’) PRINT dbo.FormatDateTime(@now, ‘DDMMYY’) PRINT dbo.FormatDateTime(@now, ‘DD-MM-YY’) PRINT dbo.FormatDateTime(@now, ‘DD/MM/YY’) PRINT dbo.FormatDateTime(@now, ‘DD/MM/YYYY’) PRINT dbo.FormatDateTime(@now, ‘HH:MM:SS 24’) PRINT dbo.FormatDateTime(@now, ‘HH:MM 24’) PRINT dbo.FormatDateTime(@now, ‘HH:MM:SS 12’) PRINT dbo.FormatDateTime(@now, ‘HH:MM 12’) PRINT dbo.FormatDateTime(@now, ‘goofy’)

Artigo Completo Aqui

CAST and CONVERT

Explicitly converts an expression of one data type to another. CAST and CONVERT provide similar functionality.

Syntax

Using CAST:

CAST ( expression AS data_type )

Using CONVERT:

CONVERT ( data_type [ ( length ) ] , expression [ , style ] )

SqlCAST.gif

Partition Magic 8.0: Erro 983

Ao tentar fazer Resize de uma partição deparei-me com o erro 983.

Solução:

executar chkdsk /f fazer o reboot do sistema e depois disto o Partition Magic já consegue fazer as alterações.

O meu novo notebook

Hp Paviliion dv9082ea9082ea_00.jpg

9082ea_00.jpg 9082ea_1.jpg9082ea_2.jpg9082ea_0.jpg

Processador

Tipo: Processador Intel® Core™ Duo T5600

Velocidade 1,83 GHz

Memória

Memória Incluida 2GB Expansível a2048GHz

Tecnologia DDR2

Drives

Disco Rigído 120 GB

Unidade Periférica DVD+/-RW super multi, Camada Dupla, LightScribe

Monitor

Tamanho 17,0 polegadas na diagonal

Tipo TFT WXGA+

Resolução 1440 x 900

Sistema Gráfico

Tipo Nvidia Geforce Go 7600

Memória 256MB

Tipo de Memória Dedicada

Bateria

Tecnologia Bateria interna de Iões de Lítio com 8 células

Interfaces

Slot para cartões de memória 5 em 1 ( Secure Digital, MMC, Memory Stick, Memory Stick Pro ou XD picture.)

i.Link (IEEE1394) FireWire
1xUSB 2.0, 4xDC-in, 1xLine-in,1xRJ-11,1xRJ-45,1xTV-Out (S-Video),1x

Slots de Expansão

Tipo 1 slot PC Card do Tipo I/II que suporta CardBus

Comunicação

Placa de Rede Ethernet 10/100

Modem Modem 56Kps

Tecnologia Wireless ILAN Sem Fios 802.11a/b/g Intel

Sistema de Som

Formato Somk de 16 bits compativel com 3D Sound Blaster Pro

Colunas 2x

Teclado

Teclado Tamanho completo de desktop

Touchpad Sim

Dimensões

Tamanho 28.5cm x 39,6cm x 3.2cm ( min)/4.2cm

Peso 3,56kg

Sistema Operativo

Windows XP Media Center Edition

dv9082ea.pdf

Windows Vista Capable and Premium Ready PCs

Choose a Windows Vista Capable or Premium Ready PC for the Windows Vista edition that’s right for you.

Are you looking to buy a Windows XP-based computer today but want to make sure that it can run Windows Vista? There’s no need to wait. When you buy a new PC that carries the Windows Vista Capable or Premium Ready PC designation, you’ll be able to upgrade to one of the editions of Windows Vista while taking advantage of all the opportunities offered by Windows XP today.
What is a Windows Vista Capable PC?

A new PC that carries the Windows Vista Capable PC logo can run Windows Vista. All editions of Windows Vista will deliver core experiences such as innovations in organizing and finding information, security, and reliability. All Windows Vista Capable PCs will run these core experiences at a minimum. Some features available in the premium editions of Windows Vista—like the new Windows Aero user experience—may require advanced or additional hardware.
read more »

SMS 2003

O SMS 2003 é uma ferramenta de gerenciamento que oferece diversos recursos que suportam o gerenciamento de estações e servidores. Diferente do já vi em alguns fóruns e listas de discussão, o SMS não é só uma ferramenta de inventário, mas sim um poderoso produto que possui a difícil tarefa de gerenciar ambientes diversos.
A seguir veremos algumas informações sobre as principais ferramentas oferecidas pelo SMS 2003.

read more »