Viewing 15 posts - 196 through 210 (of 2,008 total)
It very much depends upon data volume & cube algorithm. If multidimensional processing is complex, it will certainly take time.
There could be other reasons as well for example server configuration...
February 7, 2012 at 7:26 am
Log the alerts in some tables via triggers. Create a job to scan for new records periodically. If you find new records, call the sms application (third party).
February 7, 2012 at 7:20 am
No offense but will the users consuming this data would be able to interpret it properly?
declare @str varchar(100) = 'Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved.'
SELECT SUBSTRING(@str,1,25) AS...
February 6, 2012 at 8:32 am
Per BOL:
CXPACKET
Occurs when trying to synchronize the query processor exchange iterator. You may consider lowering the degree of parallelism if contention on this wait type becomes a problem.
February 6, 2012 at 8:25 am
In this particular case Yes.
But I am giving you once scenario. Please answer to it for my better understanding. The application uses a login XYZ to connect to the...
February 6, 2012 at 8:20 am
I am sorry but I am not able to understand your requirements. Why hundreds of users are sitting on the server if you don’t want them to connect?
February 6, 2012 at 7:49 am
Per BOL:
TRUNCATE TABLE (Transact-SQL)
Removes all rows from a table without logging the individual row deletions. TRUNCATE TABLE is similar to the DELETE statement with no WHERE clause; however, TRUNCATE...
February 6, 2012 at 7:43 am
What about copy database task? 5 GB database on 2 VMs on LAN, it shouldn’t be a problem.
Try it with wizard & save it as SSIS package, schedule & run...
February 6, 2012 at 7:35 am
Physical distance plays a vital role in data transfer. Little Birdie might take 5 days to reach a destination 5K miles from the source database server.
February 6, 2012 at 7:32 am
It should not be a problem. Create (or retain) few logins which are required for routine operations and disable (or drop) remaining logins.
For the retained logins provide minimal permissions based...
February 6, 2012 at 7:25 am
Please don’t complicate the things. For your requirements FULL Backup & Restore is most suited option.
PS how far is Source and Target database Servers? Do you have any bandwidth constraints?
February 6, 2012 at 7:18 am
The biggest strength of Agile Development is its biggest weakness as well i.e. ‘narrowed vision’. You don’t see the problem as a whole but as bunch of problems jumbled together,...
February 5, 2012 at 5:20 am
Discusman (1/30/2012)
Dev (1/30/2012)
I assume there would be domain certifications for healthcare and that would certainly help you.
Yes, I have already submitted my application for "Healthcare Informatics Certification Program"....
January 31, 2012 at 10:10 am
If you have options to choose between Windows XP and Windows Server for SQL Server, I guess the easy answer would be Windows Server.
January 31, 2012 at 10:09 am
Viewing 15 posts - 196 through 210 (of 2,008 total)