Viewing 15 posts - 4,966 through 4,980 (of 6,395 total)
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
Yes, take a look at the link and there is plenty of good Google articles on it as well.
May 22, 2012 at 4:44 am
Could you not use the unpivot task in a DFT to do it?
Could also do a Google for "dynamic unpivot tsql", as it looks like the SSIS Junkie has already...
May 22, 2012 at 4:07 am
Excellent find downloaded and put in my e-book repository
Might be worth wrapping the url in the URL IFCode tags to make it easier for people to follow the link.
May 22, 2012 at 3:07 am
k.subramanyam1017 (5/22/2012)
Thanks to given answer but my client said how to find out slow runnig queries or long execution queries(i dont know which query...
May 22, 2012 at 3:03 am
Viewing 15 posts - 4,966 through 4,980 (of 6,395 total)