Viewing 15 posts - 4,966 through 4,980 (of 6,400 total)
Most of the content is copyrighted so you will have to purchase the resources you require from places such as Amazon.
There is no official MS Press book for 70-450, but...
May 23, 2012 at 2:25 am
You probably already know this but, as you have done select * in the query, it needs to return all the other columns along with the postal code. To...
May 23, 2012 at 2:16 am
there is no query, use SSMS, connect to server, expand database, expand tables, right click table, hover over script table as, click new query window
May 23, 2012 at 1:42 am
What is your RTO, RPO, once you know that information you can then decide on the best HA/DR method to take.
May 23, 2012 at 1:39 am
sqlfriends (5/22/2012)
Now after we rename the...
May 23, 2012 at 1:31 am
script the table using the script table as function when you right click the table
May 23, 2012 at 1:29 am
what are the requirements?
is it an object which exists on ServerA and you need to script it to move it to ServerB? If so right click the object and...
May 23, 2012 at 1:24 am
I've just done a quick test, 2 data sets, one based on the sample data given as a data set, and another as a proc based on the data in...
May 22, 2012 at 8:51 am
george sibbald (5/22/2012)
For mirroring it needs to be in full recovery mode, for log shipping bulk or full recovery, else the features (not futures...
May 22, 2012 at 8:39 am
if it is SSRS, it could be custom code within a report, the unattended execution account, a data source, a subscription which keeps firing, an app which utilises the reportviewer.aspx...
May 22, 2012 at 8:26 am
Well firstly I would get up to speed with SSRS, use Google, use the Stairways on this site to get up to speed, then start to look at what you...
May 22, 2012 at 6:31 am
Google is your friend
http://www.mssqltips.com/sqlservertip/1361/building-a-dashboard-in-sql-server-reporting-services/
May 22, 2012 at 5:54 am
not nessesarily, it could just be a invalid char to which there is no local code page varient for and it displays a box to show you something is there....
May 22, 2012 at 5:14 am
you could query the definition of the object in sys.sql_module in the databases and then query sysjobsteps in msdb where the definition or job step is like the linked server...
May 22, 2012 at 4:54 am
Viewing 15 posts - 4,966 through 4,980 (of 6,400 total)