Viewing 15 posts - 196 through 210 (of 1,222 total)
Pritz (7/26/2014)
Hi!I am new to replication. I have transactional replication setup between two servers.
Do I need to create Full and T-log backup for the subscriber databases involved in replication?
Replication does...
July 28, 2014 at 11:55 pm
Below is the code for my stored procedure - please take a hard look at where something might go wrong. My own suspicion is in the BCP usage to turn...
July 24, 2014 at 10:25 pm
tcronin 95651 (7/24/2014)
July 24, 2014 at 10:21 pm
Yes - you can install both multidimensional and tabular instances of SSAS on the same server without any problems. They need to be separate instances but other than that...
July 24, 2014 at 10:19 pm
Mitch2007 (7/24/2014)
I found this code online in order to email oujt a View I have created in SQL 2008 as a CSV file:
EXEC msdb.dbo.sp_send_dbmail
@recipients='MyEmail@MyDomain.com',
...
July 24, 2014 at 10:06 pm
tcronin 95651 (7/22/2014)
July 23, 2014 at 11:02 pm
Lempster (7/11/2014)
July 13, 2014 at 10:05 pm
river1 (7/11/2014)
I have created an alias named Kal on my SQL server 2005 server. I have inserted the right port number on it.
If I connect from 32 bits machines I...
July 13, 2014 at 9:39 pm
Howard C. BAchtel-438731 (7/9/2014)
Select
[Measures].[Total Patients Waiting] on columns,
CrossJoin({[ReportDate].[ReportDate].[Report Date].&[20140401]},
{[Facility].[Facility].ALLMEMBERS}) on rows
From WaitTimeEWL
The data updates periodically (currently maximum...
July 9, 2014 at 10:19 pm
visu.viswanath (7/3/2014)
I am using following query...
SELECT *
FROM OPENROWSET('Microsoft.Ace.OLEDB.12.0', 'Excel 12.0;DATABASE=E:\EXCELFILES\EXCEL_2014.xls',
'Select * from [sheet1$]')
in my sheet one column contains numeric values, but some of the rows...
July 6, 2014 at 10:29 pm
Depending on how you name your packages and tasks, system variables PackageName and TaskName might help you. Otherwise, you could try storing some addition information external to your package...
July 3, 2014 at 11:29 pm
WITH MEMBER allows you to create calculated members that you can use in the SELECT statement. This is useful where the calculation doesn't exist in the cube you are...
July 1, 2014 at 10:11 pm
navie22 (7/1/2014)
July 1, 2014 at 10:02 pm
Dennisql (6/25/2014)
June 25, 2014 at 10:05 pm
Great - glad to help
June 25, 2014 at 6:26 am
Viewing 15 posts - 196 through 210 (of 1,222 total)