Viewing 15 posts - 16 through 30 (of 41 total)
Hi
There are multiple reasons this can occur. One of them is your network packet size setting:
In SQL Server 2005, when setting the network packet size option to 16,388...
January 26, 2009 at 4:44 am
Hi,
Service packs are cumulative. Each new service pack contains all the fixes that are in previous service packs, together with any new fixes. You do not have to install a...
January 8, 2009 at 3:21 am
I had to do something very similar and its certainly possible but can get tricky depending on the complexity of your relationships...
For mine I created a temp table of every...
January 6, 2009 at 3:07 am
Database mirroring can be used in conjunction with replication to provide availability for the publication database.
January 6, 2009 at 2:54 am
yes it should be stored as an int in this case but should the value range change, you should be aware of the variations:
bigint
Integer (whole number) data from -2^63 (-9,223,372,036,854,775,808)...
January 5, 2009 at 4:10 am
this should help...
http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1197403,00.html#
January 5, 2009 at 4:06 am
Hi
The first cumulative update generally available is CU1 (build 9.00.3161):
http://support.microsoft.com/kb/935356
The most recent is CU10 (9.00.3294):
http://support.microsoft.com/kb/956854
I don't think you can get 3073 unless you contact PSS...
January 5, 2009 at 4:04 am
I see what you mean... other option is you could add a check for the day before deciding whether it runs or not...
If (select DATENAME(dw,getdate()))<>'Sunday'
BEGIN
--its not sunday so run...
December 22, 2008 at 6:45 am
If you start a job at 2345 hrs on a Saturday, anything longer than 15 mins will run into Sunday morning. You could have one job to do Mon-Fri and...
December 22, 2008 at 5:52 am
That error is often linked to permission probs.
December 22, 2008 at 3:29 am
no, never seen that either. Just double checked the syntax for views and theres no mention of % (other than for use as a wildcard)
December 17, 2008 at 4:35 am
excellent, glad to help 😀
December 17, 2008 at 4:31 am
I passed that one about 12 months ago... if its the same then the exam is split with multiple choice and scenario based questions so you will need to know...
December 17, 2008 at 4:29 am
Viewing 15 posts - 16 through 30 (of 41 total)