Viewing 15 posts - 31 through 45 (of 127 total)
bala2 (3/27/2014)
Need a help in Migrating a database of 100 GB from DB2 to Sql server.
Client would extract the data from DB2 into a delimited file and then we need...
March 28, 2014 at 10:01 am
The reorg was ran with whatever fill factor the indexes had which vary per index. This is a vendor created database so I'd rather not modify them.
Also I can...
March 28, 2014 at 9:44 am
New Born DBA (3/28/2014)
JoshDBGuy (3/28/2014)
March 28, 2014 at 9:35 am
New Born DBA (3/28/2014)
1 more question. When the log...
March 28, 2014 at 9:00 am
vigneshkumart50 (3/28/2014)
select '$ '+ CONVERT(varchar,CONVERT(decimal(10,0),CONVERT(money, Amt_Value)),1) as [Amount]
from Products
How can I sum this column values and need to set a validation like the column has null values it has...
March 28, 2014 at 8:45 am
One thing that I've found that'll prevent the Logs from truncating is a hung process. Run DBCC OPENTRAN to see if there are any processes active, because if one...
March 28, 2014 at 8:22 am
This may be an irregular way of doing it, but here's my process for restoring all of our databases from backup in DR. This is assuming the Log and...
March 14, 2014 at 2:25 pm
Thanks Solomon. Arg, I just noticed this went under the SQL Server 2005 section... so glad you saw it 🙂 If a Moderator see's this and doesn't mind moving...
February 21, 2014 at 2:18 pm
You didn't give much to work with, but here's an example of how I'd do this given your dimTime table is similar to ones I usually use. Also I'm...
January 2, 2014 at 12:38 pm
george sibbald (12/30/2013)
Therefore this is safe to do...
December 30, 2013 at 3:52 pm
Issue solved, it was the firewall on the workstation. When that was disabled the Instance loaded fine.
Thanks.
December 19, 2013 at 10:10 am
tripleAxe (12/19/2013)
December 19, 2013 at 8:38 am
Greg Edwards-268690 (12/9/2013)
Reporting Services runs HTTP service on a machine.
Unsure from your description if these are...
December 16, 2013 at 9:16 am
Elliott Whitlow (12/12/2013)
December 16, 2013 at 9:09 am
Hi everyone,
Sorry for the late reply... SSRS is working without issue, and I can connect to the Report Server via the DNS Alias (http://[DNS Alias]/ReportManager for example)...
December 9, 2013 at 2:01 pm
Viewing 15 posts - 31 through 45 (of 127 total)